NotCondition
NotCondition
yaml
type: "io.kestra.plugin.core.condition.NotCondition"
Condition to exclude others conditions.
Examples
yaml
- conditions:
- type: io.kestra.plugin.core.condition.NotCondition
conditions:
- type: io.kestra.plugin.core.condition.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.
Outputs
Definitions
Was this page helpful?