Advanced Workflow
Last updated
Was this helpful?
The Advanced Workflow builder is a node-graph editor for workflows that need branching, parallel paths and flow control — beyond the linear When/And/Then of the Standard builder. You arrange nodes on a canvas and connect them to define the execution flow.
Open the Advanced Workflow designer from the workflow area (the advanced builder canvas). You start from a Start node and build out the flow by adding nodes.

Click + Add to open the node menu. In addition to the familiar When, And and Then cards, the advanced builder adds flow-control nodes:

When / And / Then — the same condition and action cards as the Standard builder.
Wait ALL — wait until all incoming branches complete before continuing.
Wait ANY — continue as soon as any incoming branch completes.
OR — branch the flow down alternative paths.
Note — a free-text annotation on the canvas (does not affect execution).
Run the flow with the play control, validate it, and save with the save button in the toolbar.
See what each card does in the Cards section.
For simple linear automations, the Standard Workflow builder is faster to set up.
Last updated
Was this helpful?
Was this helpful?