Class NotCondition

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

@Plugin(examples=@Example(full=true,code={"- conditions:"," - type: io.kestra.core.models.conditions.types.NotCondition"," conditions:"," - type: io.kestra.core.models.conditions.types.DateBetweenCondition"," after: \"2013-09-08T16:19:12\""})) public class NotCondition extends Condition implements ScheduleCondition