Flow
Schedule flow
Cron starts the graph on a timer. The workflow must be Active. The scheduler checks about every 4 seconds.
- Cron
- arrow_forwardActive workflow
- arrow_forwardWorker
- arrow_forwardActions
- 1
Add a Schedule trigger
Set cron, for example 0 9 * * * (09:00 UTC every day). Five-field cron is enough.
- 2
Turn Active on
Inactive schedules never fire. Test still runs the graph immediately with sample JSON.
- 3
Keep work short or wait
Long HTTP or AI calls are fine within timeouts. For a pause, use Wait — live waits over ~2s resume on the worker.
- Example
- 0 9 * * 1-5 — weekdays at 09:00 UTC.
- Payload
- Scheduled runs start with a small system payload. Add HTTP or AI nodes to fetch real data.