Condition for a specific flow. Note that this condition is deprecated, use io.kestra.plugin.core.condition.ExecutionFlow
instead.
yaml
type: "io.kestra.plugin.core.condition.flowcondition"
Examples
yaml
- conditions:
- type: io.kestra.plugin.core.condition.FlowCondition
namespace: company.team
flowId: my-current-flow
Properties
flowId *RequiredNon-dynamicstring
The flow id.
namespace *RequiredNon-dynamicstring
The namespace of the flow.