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