ExecutionStatusCondition
type: "io.kestra.core.models.conditions.types.ExecutionStatusCondition"
Condition based on execution status
# Examples
- conditions:
- type: io.kestra.core.models.conditions.types.ExecutionStatusCondition
in:
- SUCCESS
notIn:
- FAILED
# Properties
# in
- Type: array
- SubType: string
- Dynamic: ❌
- Required: ❌
List of state that are authorized
# notIn
- Type: array
- SubType: string
- Dynamic: ❌
- Required: ❌
List of state that aren't authorized