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

  • Type: array
  • SubType: Condition
  • Dynamic:
  • Required: ✔️
  • Min items: 1

The list of conditions to exclude.

If any conditions is true, it will prevent the event's execution.