Schedule a flow based on a CRON expression.

You can add multiple Schedule triggers to a flow. The scheduler keeps track of the last scheduled date, allowing you to easily backfill missed executions. Keep in mind that if you change the trigger ID, the scheduler will consider this as a new schedule, and will start creating new scheduled executions from the current date. By default, all schedules will use UTC. If you need a different timezone, add the timezone property to your trigger definition.

yaml
type: "io.kestra.plugin.core.trigger.Schedule"