Scheduler

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.

ConfigurationIDTypeDescription
Cron ExpressioncronstringA cron expression in standard 5-field format (minute hour day-of-month month day-of-week).
Event MessageIDTypeDescription
Triggered Attriggered-atstringThe ISO 8601 timestamp when the cron job was triggered.