OrCondition
OrCondition
yaml
type: "io.kestra.plugin.core.condition.OrCondition"
Condition to have at least one condition validated.
Examples
yaml
- conditions:
- type: io.kestra.plugin.core.condition.OrCondition
conditions:
- type: io.kestra.plugin.core.condition.DayWeekCondition
dayOfWeek: "MONDAY"
- type: io.kestra.plugin.core.condition.DayWeekCondition
dayOfWeek: "SUNDAY"
Properties
conditions
- Type: array
- SubType: Condition
- Dynamic: ❌
- Required: ✔️
- Min items:
1
The list of conditions to validate.
If any condition is true, it will allow the event's execution.
Outputs
Definitions
Was this page helpful?