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
| Name | Type | Optional | Description |
|---|---|---|---|
exec |
exec | Incoming execution flow. |
Outputs
| Name | Type | Description |
|---|---|---|
1st |
exec | First branch — executed first. |
2nd |
exec | Second branch. |
3rd |
exec | Third branch. |
4th |
exec | Fourth branch. |