Appearance
Flow Stop Flow
Immediately stops execution of the current flow.
Inputs: 1 · Outputs: None
WARNING
This node does not need to be added to every branch of your flow. Only use it where you want to explicitly end execution.
The compiler will automatically stop execution at the end of a branch, without needing this node.
Settings
This node has no configurable settings. Execution halts at this point and no further nodes are processed.
Usage
Use Stop Flow as a terminal node when you want to explicitly end a branch without continuing to any other nodes. Useful after error handling or permission checks.
