Skip to content

Interface: Flow

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

An execution flow from entry point through the graph.

Properties

entryPoint

entryPoint: Component

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

The entry point component.


steps

steps: FlowStep[]

Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:196

Steps in the flow including entry point.