Scheduling Method | Description |
---|---|
Fixed Intervals | Run workflows hourly, daily, weekly, or at custom time frames. |
Cron Expressions | Specify complex scheduling patterns using standard cron syntax. |
A Scheduled Time Arrives
Trigger Conditions are Evaluated
Trigger Fires & Passes Data
Workflow Executes
Symbol | Description |
---|---|
* | any value |
, | value list separator |
- | range of values |
/ | step values |