ExecutionLabelsCondition
ExecutionLabelsCondition
yaml
type: "io.kestra.plugin.core.condition.ExecutionLabelsCondition"
Condition that check labels of an execution.
Examples
yaml
- conditions:
- type: io.kestra.plugin.core.condition.ExecutionLabelsCondition
labels:
owner: john.doe
Properties
labels
- Type:
- array
- object
- Dynamic: ❌
- Required: ✔️
List of labels to match in the execution.
Outputs
Definitions
Was this page helpful?