Overview
Schedules run a workflow on a time-based cadence. The workflow must be saved before a schedule can be created.
Schedule types
Schedule types:- Interval schedules use
every. - Cron schedules use
cron.
Schedule fields
- Status:
onlineoroffline. - Start time: optional.
- End time: optional.
- Timeout: optional, and
0means no timeout. - Offset: interval-only, using an ISO 8601 duration.
When to use schedules
Use schedules for:- Polling an external system on a fixed cadence.
- Running cleanup or maintenance workflows on a timer.
- Syncing data or refreshing enrichments throughout the day.