DayWeek
Condition to allow events on weekdays.
yaml
type: "io.kestra.plugin.core.condition.DayWeek"
yaml
- conditions:
- type: io.kestra.plugin.core.condition.DayWeek
dayOfWeek: "MONDAY"
Dynamic YES
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.
Dynamic NO
Possible Values
MONDAYTUESDAYWEDNESDAYTHURSDAYFRIDAYSATURDAYSUNDAY
The day of week.