FlowNamespaceCondition​Flow​Namespace​Condition

FlowNamespaceCondition FlowNamespaceCondition

yaml
type: "io.kestra.core.models.conditions.types.FlowNamespaceCondition"

Condition for a flow namespace.

Use io.kestra.core.models.conditions.types.ExecutionNamespaceCondition instead.

Examples

yaml
- conditions:
    - type: io.kestra.core.models.conditions.types.FlowNamespaceCondition
      namespace: io.kestra.tests
      prefix: true

Properties

namespace

  • Type: string
  • Dynamic:
  • Required: ✔️

The namespace of the flow or the prefix if prefix is true.

prefix

  • Type: boolean
  • Dynamic:
  • Required:
  • Default: false

If we must look at the flow namespace by prefix (checked using startWith). The prefix is case sensitive.