I’m experiencing some issues forcing my workflow order of operations. Namely, I need to have a multi-step process run in series rather than parallel, and the normal methods of forcing this behaviour aren’t working. The normal method being that I create a custom event, and everything downstream of that custom event should wait for it to be finished.
In the first link you shared, the execution rules are stated as follows:
“When an event is triggered in run mode, it runs a series of actions, as defined in the Workflow Tab of your app for the current page. The execution happens action-by-action.”
But this is not true for my workflows, nor was I told it to be true by other support staff at Bubble. The workflow I have in question with multiple steps clearly executes those steps in parallel when steps are not referencing other elements. Not in series.
Is my workflow buggy, or the documentation you shared incorrect?
The second documentation is more relevant. The first one lack of some details. The first page is more about workflow event while the second is related to actions