Start
Node: Start
Section titled “Node: Start”Initializes the flow when it is scheduled or manually triggered from the App.
Function
Section titled “Function”Allows starting a flow without requiring an external trigger.
Configuration
Section titled “Configuration”| Field | Type | Description |
|---|---|---|
| active_schedule | Boolean | Whether it is activated by a time-based schedule |
| schedule | Text | Cron string or time expression (if applicable) |
| credentials_id | Text | Associated credential ID (optional) |
| data | JSON | Initial data object (optional) |
Common Usage
Section titled “Common Usage”- Scheduled tasks (e.g., nightly jobs)
- Manual launches by users