​Execution​Flow​Condition

ExecutionFlowCondition ExecutionFlowCondition

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

Condition for a specific flow of an execution.

Examples

yaml
- conditions:
    - type: io.kestra.core.models.conditions.types.ExecutionFlowCondition
      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.