ExecutionStatusCondition
ExecutionStatusCondition
yaml
type: "io.kestra.plugin.core.condition.ExecutionStatusCondition"
Condition based on execution status.
Examples
yaml
- conditions:
- type: io.kestra.plugin.core.condition.ExecutionStatusCondition
in:
- SUCCESS
notIn:
- FAILED
Properties
in
- Type: array
- SubType: string
- Dynamic: ❌
- Required: ❌
List of states that are authorized.
notIn
- Type: array
- SubType: string
- Dynamic: ❌
- Required: ❌
List of states that aren't authorized.
Outputs
Definitions
Was this page helpful?