ExecutionLabelsCondition​Execution​Labels​Condition

ExecutionLabelsCondition ExecutionLabelsCondition

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

Condition that check labels of an execution.

Examples

yaml
- conditions:
    - type: io.kestra.core.models.conditions.types.ExecutionLabelsCondition
      labels:
         owner: john.doe

Properties

labels

  • Type:
    • array
    • object
  • Dynamic:
  • Required: ✔️

List of labels to match in the execution.