Run flow
Overview
Starts every node connected after it, so one click or one schedule runs the whole chain. It does no work of its own.
Use it as the entry point of a flow, especially when several independent branches should start together.
For example, use Run flow to launch multiple import branches in parallel, where each Import images node writes images into its own Dataset.
How it works
FAQ
How do I start the flow with this node?
Select the node and press Run node in the sidebar. A schedule set on this node starts it the same way, except while flow scheduling is paused.
Does it start another flow?
No. It starts only the nodes connected after it in the same flow, and each of those starts the nodes after it when it completes.
Why didn't a connected node start?
A node that still has a task running from an earlier run is skipped. So is a node with Require configuration turned on whose required fields are empty. Nothing connected after a skipped node runs either.
Does this node change any data?
No. It has no inputs or outputs, and only starts the nodes connected after it.
How is it different from Wait?
Run flow fans execution out into parallel branches. Wait does the opposite: it joins branches back and continues only after all of them finish.
JSON config
Machine-readable node interface for automation and advanced usage.