ScheduleOnDates
ScheduleOnDates
yaml
type: "io.kestra.plugin.core.trigger.ScheduleOnDates"
Schedule a flow on specific dates.
Properties
dates
- Type: array
- SubType: string
- Dynamic: ✔️
- Required: ✔️
conditions
- Type: array
- SubType: Condition
- Dynamic: ❌
- Required: ❌
List of conditions in order to limit the flow trigger.
inputs
- Type: object
- Dynamic: ✔️
- Required: ❌
The inputs to pass to the scheduled flow.
recoverMissedSchedules
- Type: string
- Dynamic: ❌
- Required: ❌
- Possible Values:
LAST
NONE
ALL
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 isALL
unless a different value is configured using the global plugin configuration.
stopAfter
- Type: array
- SubType: string
- Dynamic: ❌
- Required: ❌
List of execution states after which a trigger should be stopped (a.k.a. disabled).
timezone
- Type: string
- Dynamic: ✔️
- Required: ❌
- 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.
Outputs
Definitions
Was this page helpful?