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?
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
Amazing, thank you for the fast answer.