Flow flow/sequence

Sequence

Executes up to four output branches one after another in order.

Note: All branches are executed synchronously in order. Connect only the branches you need; unconnected outputs are skipped.

Inputs

NameTypeOptionalDescription
exec exec Incoming execution flow.

Outputs

NameTypeDescription
1st exec First branch — executed first.
2nd exec Second branch.
3rd exec Third branch.
4th exec Fourth branch.