Skip to content

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

PropertyTypeDescription
dry_runbooleanRun the workflow without executing task effects — useful for testing
pass_inputbooleanForward 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

S-Launch