Node reference
Flow Control
6 nodes in the Flow Control category - what each one does and which credential it needs.
6 nodes in this category. Every entry below is generated straight from the node catalog and wiring manifests, so it never drifts from what the node panel actually ships. See Credentials for how per-node credentials work.
| Node | Description | Credential |
|---|---|---|
| Approval | Pauses the run for a human approve/reject decision - a signed link sent by email or Slack - and routes to an approved or rejected handle; an optional timeout auto-rejects. Operations: requestApproval. | none |
| Branch (IF) | Routes execution down a true or false path based on a rules condition, or a plain-English statement judged by Claude, over the run context. | none |
| Human Task | Pause the run and create a task for a person to complete in the Tasks inbox (fill a form or confirm an action), then resume with their submitted values available as {{humanTask.values.*}}. | none |
| Loop | Runs the connected body once per item in an array, feeding each item back into context. | none |
| Stop | Ends the run at this point with a success or failed outcome and a templated message; everything downstream is skipped, and the node never throws. | none |
| Sub-Workflow | Invokes another workflow as a step, with a templated input mapping, optionally waiting for it to finish and using its output downstream. | none |