yaml
type: "io.kestra.plugin.core.condition.executionnamespace"
Examples
yaml
id: flow_condition_executionnamespace
namespace: company.team
tasks:
- id: hello
type: io.kestra.plugin.core.log.Log
message: "This flow will execute when any flow within `company.engineering` namespace enters RUNNING state."
triggers:
- id: flow_trigger
type: io.kestra.plugin.core.trigger.Flow
conditions:
- type: io.kestra.plugin.core.condition.ExecutionNamespace
namespace: company.engineering
comparison: PREFIX
states:
- RUNNING
Properties
namespace *Requiredstring
comparison string
Possible Values
EQUALS
PREFIX
SUFFIX
prefix booleanstring
Default
false