ExecutionFlow
ExecutionFlow
yaml
type: "io.kestra.plugin.core.condition.ExecutionFlow"
Condition for a specific flow of an execution.
Examples
yaml
- conditions:
- type: io.kestra.plugin.core.condition.ExecutionFlow
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.
Was this page helpful?