Skip to content

Interface: Flow

Defined in: packages/riviere-query/src/domain-types.ts:190

An execution flow from entry point through the graph.

Properties

entryPoint

entryPoint: Component

Defined in: packages/riviere-query/src/domain-types.ts:192

The entry point component.


steps

steps: FlowStep[]

Defined in: packages/riviere-query/src/domain-types.ts:194

Steps in the flow including entry point.