Condition for a flow namespace.
Use io.kestra.plugin.core.condition.ExecutionNamespace instead.
yaml
type: "io.kestra.plugin.core.condition.flownamespacecondition"Examples
yaml
- conditions:
- type: io.kestra.plugin.core.condition.FlowNamespaceCondition
namespace: io.kestra.tests
prefix: trueProperties
namespace *RequiredNon-dynamicstring
The namespace of the flow or the prefix if prefix is true.
prefix Non-dynamicboolean
Default
falseIf we must look at the flow namespace by prefix (checked using startsWith). The prefix is case sensitive.