Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Parse a JSON Directed Graph into a process sequence #17

Closed
dbwiddis opened this issue Sep 6, 2023 · 0 comments · Fixed by #26
Closed

[FEATURE] Parse a JSON Directed Graph into a process sequence #17

dbwiddis opened this issue Sep 6, 2023 · 0 comments · Fixed by #26
Assignees
Labels
enhancement New feature or request

Comments

@dbwiddis
Copy link
Member

dbwiddis commented Sep 6, 2023

Is your feature request related to a problem?

A portion of the user template will contain nodes and edges representing a process execution sequence. This needs to be parsed into the actual executable sequence.

What solution would you like?

Use Topological Sorting to place objects representing the nodes into an ordered sequence. The nodes must include references to predecessor nodes in the graph. They should include references to dependent nodes if feasible.

Do you have any additional context?

The node predecessors will be used to delay execution using an allOf() completable future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant