Question: Can I already chose to order individuals process flows to run in sequential order, using point and click submenu commands?
I know ordered lists give us some capability to control the ordering of node execution across process flows. Yet, when I sub-menu, click Run in two process flow, one after the other. My simple thinking-brain wants the first process flow to run and finish completely and then only then the second process flow starts to run. But this is not is not how the code executes, they are queued to execute with the assumption that the nodes inside the process flows are completely independent of each other and so their execution order may be interleaved. Rewording the original question: Can I tell EG not to interleave the execution of these flows?