NotCondition NotCondition

yaml
type: "io.kestra.core.models.conditions.types.NotCondition"

Condition to exclude others conditions.

Examples

yaml
- conditions:
    - type: io.kestra.core.models.conditions.types.NotCondition
      conditions:
      -  type: io.kestra.core.models.conditions.types.DateBetweenCondition
         after: "2013-09-08T16:19:12"

Properties

conditions

The list of conditions to exclude. If any conditions is true, it will prevent the event's execution.

Definitions

io.kestra.core.models.conditions.Condition