Start
The Start node is the mandatory entry point of every workflow. Execution begins here and flows along the connected path to the first downstream task. Every workflow must have exactly one Start node.
Configuration
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run the workflow without executing task effects — useful for testing |
pass_input | boolean | Forward the workflow's trigger input payload to the first downstream task |
TIP
Enable pass_input when the workflow is triggered by a form submission and the downstream tasks need access to the submitted data.
See also: Tasks overview
