The Scheduler component is a generic component that allows users to trigger pipelines on a scheduler using cron expressions. It can carry out the following tasks:
#Release Stage
Alpha
#Configuration
The component definition and tasks are defined in the definition.json and tasks.json files respectively.
#Supported Events
#Cron Job Triggered Event
An event triggered on a cron job.
Configuration | ID | Type | Description |
---|---|---|---|
Cron Expression | cron | string | A cron expression in standard 5-field format (minute hour day-of-month month day-of-week). |
Event Message | ID | Type | Description |
---|---|---|---|
Triggered At | triggered-at | string | The ISO 8601 timestamp when the cron job was triggered. |