FlowCondition
FlowCondition
⚠ This feature is deprecated and will be removed in the future. We encourage you to migrate to the new plugin, but you can still use the deprecated version.
yaml
type: "io.kestra.plugin.core.condition.FlowCondition"
Condition for a specific flow. Note that this condition is deprecated, use io.kestra.plugin.core.condition.ExecutionFlowCondition
instead.
Examples
yaml
- conditions:
- type: io.kestra.plugin.core.condition.FlowCondition
namespace: company.team
flowId: my-current-flow
Properties
flowId
- Type: string
- Dynamic: ❌
- Required: ✔️
The flow id.
namespace
- Type: string
- Dynamic: ❌
- Required: ✔️
The namespace of the flow.
Outputs
Definitions
Was this page helpful?