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.

not started Upstream step Stop flow Downstream step

How it works

1

Runs when a node connected into it completes.

2

Completes without starting any node connected after it.

FAQ

No. It only makes sense inside a running flow, so the run button in its sidebar stays disabled.

No. Only the path through this node ends. Parallel branches of the same run continue, and tasks that are already running are not cancelled.

Yes. Run a downstream node from its own sidebar. It then starts the nodes connected after it as usual.

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.

{
"name": "Stop flow",
"description": "End this path of the flow run here. Nodes connected after it do not start, and other branches keep running.",
"category": "Flow control",
"namespace": null,
"templateKey": "flow_control/stop_flow",
"version": "v1",
"inputs": [],
"outputs": [],
"automation": {
"manual_run": false
}
}