HasRetryAttemptCondition

yaml
type: "io.kestra.core.models.conditions.types.HasRetryAttemptCondition"

Condition that match if any taskRun have any multiple attempts retries

Examples

yaml
- conditions:
    - type: io.kestra.core.models.conditions.types.HasRetryAttemptCondition
      in:
        - KILLED

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