Condition to allow events on weekdays relative to current month (first, last, ...)
yaml
type: "io.kestra.plugin.core.condition.DayWeekInMonth"
yaml
- conditions:
- type: io.kestra.plugin.core.condition.DayWeekInMonth
dayOfWeek: MONDAY
dayInMonth: FIRST
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
FIRSTLASTSECONDTHIRDFOURTH
Are you looking for the first or the last day in the month?
Dynamic NO
Possible Values
MONDAYTUESDAYWEDNESDAYTHURSDAYFRIDAYSATURDAYSUNDAY
The day of week.