Condition for a flow namespace.
Use io.kestra.plugin.core.condition.ExecutionNamespace
instead.
yaml
type: "io.kestra.plugin.core.condition.FlowNamespaceCondition"
yaml
- conditions:
- type: io.kestra.plugin.core.condition.FlowNamespaceCondition
namespace: io.kestra.tests
prefix: true
Dynamic
NO
The namespace of the flow or the prefix if prefix
is true.
Dynamic
NO
Default
false
If we must look at the flow namespace by prefix (checked using startWith). The prefix is case sensitive.