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. Use it only where you want to clearly end a path early. A branch also ends naturally when it has no more connected nodes.
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.
