A Schedule is a trigger attached to an Agent that fires Runs on a recurring cadence. Every Schedule belongs to exactly one Agent and uses one of three trigger types.Documentation Index
Fetch the complete documentation index at: https://docs.sequentum.com/llms.txt
Use this file to discover all available pages before exploring further.
Schedule types
| Type | When it fires | Use it for |
|---|---|---|
| CRON | On a CRON expression (e.g., 0 9 * * 1-5 for 9am on weekdays). | Production cadences. |
| RunEvery | Every N minutes / hours / days from an anchor time. | ”Every 6 hours” patterns. |
| RunOnce | Exactly once at a specified UTC time. | One-off scheduled runs. |
RunOnce = 1, RunEvery = 2, CRON = 3.