Parallel
A node that runs multiple nodes in parallel.
Properties
| Property name | Type | Description |
|---|---|---|
| Input port | InputExecutePort | Executed by connecting with ExecuteWire or TransitionWire |
| Tasks | List of OutputExecutePort | Execute all connected nodes simultaneously. |
| Completed | OutputTransitionPort | The transition occurs when all connected nodes have finished executing, or when any connected node reaches Break. |