IAutomationSchedule
Home > @gooddata/sdk-model > IAutomationSchedule
IAutomationSchedule interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IAutomationSchedule
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
cron | string | (ALPHA) Cron expression defining the schedule of the automation. The format is SECOND MINUTE HOUR DAY-OF-MONTH MONTH DAY-OF-WEEK (YEAR). Example: 0 */30 9-17 ? * MON-FRI (every 30 minutes from 9:00 to 17:00 on workdays) | |
cronDescription? | string | (ALPHA) (Optional) Human-readable description of the cron expression. | |
firstRun? | string | (ALPHA) (Optional) Timestamp of the first scheduled action If not provided default to the next scheduled time. It should not include timezone information (use timezone property instead). Example: 2024-02-29T10:00:00.000Z | |
timezone? | string | (ALPHA) (Optional) Timezone in which the schedule is defined. Example: Europe/Prague |