Skip to main contentOverview
The Start node is used to define the data inputs that will trigger and initialize your workflow. This is a trigger node that begins the execution of your workflow.
Configuration
Configure the input data structure that your workflow will accept.
Type: Object
Usage
The Start node is the entry point for your workflow. Define the data schema that your workflow expects to receive, and this node will pass that data to subsequent nodes in the workflow.