​Has​Retry​Attempt​Condition

HasRetryAttemptCondition HasRetryAttemptCondition

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

Condition that matches if any taskRun has retry attempts.

Examples

yaml
- conditions:
    - type: io.kestra.core.models.conditions.types.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.