Schedule a flow on specific dates.
yaml
type: "io.kestra.plugin.core.trigger.ScheduleOnDates"
SubType string
Dynamic YES
Dynamic YES
The inputs to pass to the scheduled flow.
Dynamic NO
Possible Values
LASTNONEALL
What to do in case of missed schedules
ALL
will recover all missed schedules, LAST
will only recovered the last missing one, NONE
will not recover any missing schedule.
The default is ALL
unless a different value is configured using the global plugin configuration.
SubType string
Dynamic NO
Possible Values
CREATEDRUNNINGPAUSEDRESTARTEDKILLINGSUCCESSWARNINGFAILEDKILLEDCANCELLEDQUEUEDRETRYINGRETRIEDSKIPPED
List of execution states after which a trigger should be stopped (a.k.a. disabled).
Dynamic YES
Default Etc/UTC
The time zone identifier (i.e. the second column in the Wikipedia table) to use for evaluating the cron expression. Default value is the server default zone ID.