HasRetryAttempt
HasRetryAttempt
yaml
type: "io.kestra.plugin.core.condition.HasRetryAttempt"
Condition that matches if any taskRun has retry attempts.
Examples
yaml
- conditions:
- type: io.kestra.plugin.core.condition.HasRetryAttempt
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.
Was this page helpful?