Class DayWeekInMonthCondition

java.lang.Object
io.kestra.core.models.conditions.Condition
io.kestra.core.models.conditions.types.DayWeekInMonthCondition
All Implemented Interfaces:
ScheduleCondition, Rethrow.PredicateChecked<ConditionContext,InternalException>

@Plugin(examples=@Example(full=true,code={"- conditions:"," - type: io.kestra.core.models.conditions.types.DayWeekInMonthCondition"," dayOfWeek: MONDAY"," dayInMonth: FIRST"})) public class DayWeekInMonthCondition extends Condition implements ScheduleCondition