WeekendCondition
WeekendCondition
yaml
type: "io.kestra.plugin.core.condition.WeekendCondition"
Condition to allow events on weekend.
Examples
yaml
- conditions:
- type: io.kestra.plugin.core.condition.WeekendCondition
Properties
date
- Type: string
- Dynamic: ✔️
- Required: ✔️
- Default:
{{ trigger.date }}
The date to test.
Can be any variable or any valid ISO 8601 datetime. By default, it will use the trigger date.
Outputs
Definitions
Was this page helpful?