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
NO
Possible Values
FIRST
LAST
SECOND
THIRD
FOURTH
Are you looking for the first or the last day in the month?
Dynamic
NO
Possible Values
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
The day of week.
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.