Simultaneous Computation

Is there a way to run workflows simultaneously and not chronologically?

Is there a way to prioritize/rank them when they can only be processed chronologically?

The workflow works depth first from the start node.

If a node has two child nodes, the node that was connected first, runs first. Effectively they run in the order they were connected.

Edit: parallel execution is not possible currently - Is there a way to make workflow nodes run in priority or in parallel? - #2 by jan

1 Like

Amazing, thank you for the fast answer.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.