Split
The Split block is used to orchestrate blocks into branches for parallel execution. You can split the flow into as many branches as needed.
Procedure
- Drag and drop the Split block onto your workflow. This block automatically creates two branches. Place any desired block in either branch. If more than three branches are created, delete one as needed.
- Optional: Create extra branches by clicking + Branch when using the flow layout or the Add Branch when using the flat layout.
- Optional: Reorder branches by clicking the three-dot action menu, then clicking Move.
Note:
When you create a Split block in the workflow editor, the next block runs only after all prior split branches are complete. In complex structures, blocks wait for the execution of preceding Split branches.
Disabling the Split block
To temporarily disable the Split block without deleting it, turn off the switch in the block header.