Execute the graph in dependency order, branch on conditions, retry bounded steps, and stop for human approval.
Where: Flowgen toolbar → Run flow; Add node → Flow control → Route / Approval
Key ideas
- Run flow: The scheduler executes connected runnable units in order and marks queued/running/done/error/skipped on the canvas.
- Route: Ordered cases use first-match-wins; doors can pass values onward or request a bounded run-again retry.
- Approval: The flow pauses with the value held until a person approves or stops, including inside a nested loop.
Steps
- Wire the full connected flow.
- Add/configure Route cases where branching is needed.
- Place Approval before irreversible or expensive downstream work.
- Click Run flow and approve/stop when prompted.