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