Sequence
Executes a series of outputs in sequential order.
The Sequence node allows you to control the order of execution for different parts of your graph.
When the exec input is triggered, it will execute each connected output pin one by one, in order from top to bottom.
This is useful for ensuring that a series of operations happen in a specific, predictable sequence. You can add or remove output pins as needed.
Inputs#
| Port | Description |
|---|---|
| Triggers the execution sequence. |
Outputs#
| Port | Description |
|---|---|
| An execution output in the sequence. |
ID: core/sequence@v1