You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: