Order of step execution in a Workflow

Hi,

I just wanted to confirm something - Bubble Workflow steps - despite appearing to be “ordered” - are all executed asynchronously, all at once?

The debugger is not really showing the actual real-time execution, but just the state of things after they all got executed, right?

  1. Yes, Bubble tries to execute most steps asynchronously for speed reasons. The exception here is if you have a “Result of Step X”, where it has to wait to get the result of that step.

  2. Yes.

1 Like