Schedule Trigger
Run your workflow on a time-based schedule. Minimum interval: 1 minute.
Written By pvdyck
Last updated 17 minutes ago
Schedule Trigger
The Schedule Trigger runs your workflow automatically at defined time intervals or cron expressions. It works similarly to a Unix cron job.
What It Does
Configure workflows to run on a recurring schedule. The workflow must be published and active for the schedule to take effect.
Interval Options
The Schedule Trigger supports seven interval types:
Cron Expressions
For advanced scheduling, use a cron expression with six positions:
Seconds(opt) Minutes Hours DayOfMonth Month DayOfWeekCommon Examples
Tips
- Multiple rules β You can configure multiple trigger rules within a single Schedule Trigger node to run the workflow on different schedules.
- Months with fewer days β If you schedule for day 31 and the month only has 30 days, the trigger will not fire that month.
- Publish required β The workflow must be saved and published for the schedule to activate. Schedules do not run in test/draft mode.
- Variable changes β If you use variables in cron expressions, changes to variable values require unpublishing and republishing the workflow to take effect.
Limitations
- 1-minute minimum β Cannot schedule more frequently than once per minute (use Seconds interval for sub-minute scheduling down to every second).
- Sub-second scheduling is not supported.