Flow
flow/return
Return
Immediately stops execution of the current graph branch.
Note: Use inside loops or conditional branches to exit early without following any further nodes.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
exec |
exec | Triggers the return. |