Stop flow
Overview
Ends the flow run on the path it sits on: nodes connected after it don’t start. Other branches of the same run keep going.
Place it where the automatic run should end while the nodes after it stay connected, for example to review results before you run the rest of the chain yourself.
How it works
FAQ
Can I run this node manually?
No. It only makes sense inside a running flow, so the run button in its sidebar stays disabled.
Does it stop the other branches of the flow?
No. Only the path through this node ends. Parallel branches of the same run continue, and tasks that are already running are not cancelled.
Can I still run the nodes after it?
Yes. Run a downstream node from its own sidebar. It then starts the nodes connected after it as usual.
Does stopping undo work already done?
No. Datasets, assets, and other results produced by upstream nodes stay as they are.
JSON config
Machine-readable node interface for automation and advanced usage.