| title | WorkflowSchedule |
|---|---|
| description | WorkflowSchedule Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| type | Enum<'cron' | 'interval' | 'daily' | 'weekly' | 'monthly'> |
optional | |
| cron | string |
optional | Cron expression (required if type is "cron") |
| interval | number |
optional | Interval in minutes (required if type is "interval") |
| time | string |
optional | Time of day for daily schedules (HH:MM format) |
| dayOfWeek | integer |
optional | Day of week for weekly (0=Sunday) |
| dayOfMonth | integer |
optional | Day of month for monthly |
| timezone | string |
optional |