Class OrCondition

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

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