mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-01 18:37:31 +00:00
882 B
882 B
| id | title |
|---|---|
| start-trigger | Start Trigger Node |
The Start Trigger Node is the entry point of the workflow. It determines how and when a workflow is initiated and allows you to pass initial data into the workflow.
- Defines the Start of a Workflow: Every workflow must begin with a single Start Trigger Node. It ensures a clear entry point, making workflows easier to manage and debug.
- Passes Initial Data: The Start Trigger Node allows you to pass data into the workflow, which can then be used by subsequent nodes. For example, form input values, webhook payloads, or scheduled default values can flow into the workflow to drive logic and actions.
- Organize Workflow Execution: By acting as the starting node, it defines the flow of data and control, connecting the trigger event to subsequent logic and action nodes in a structured, visual manner.