FlowCondition FlowCondition

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

Condition for a specific flow. Note that this condition is deprecated, use ExecutionFlowCondition instead.

Examples

yaml
- conditions:
    - type: io.kestra.core.models.conditions.types.FlowCondition
      namespace: io.kestra.tests
      flowId: my-current-flow

Properties

flowId

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

The flow id.

namespace

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

The namespace of the flow.