Sequence
Ce contenu n’est pas encore disponible dans votre langue.
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
Section titled “Inputs”| Port | Description |
|---|---|
| Triggers the execution sequence. |
Outputs
Section titled “Outputs”| Port | Description |
|---|---|
| An execution output in the sequence. |
ID: core/sequence@v1