HasRetryAttemptCondition
HasRetryAttemptCondition
yaml
type: "io.kestra.plugin.core.condition.HasRetryAttemptCondition"
Condition that matches if any taskRun has retry attempts.
Examples
yaml
- conditions:
- type: io.kestra.plugin.core.condition.HasRetryAttemptCondition
in:
- KILLED
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?