Interface: Flow
Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:237
An execution flow from entry point through the graph.
Riviere-role
query-model
Properties
entryPoint
entryPoint:
Component
Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:239
The entry point component.
steps
steps:
FlowStep[]
Defined in: packages/riviere-query/src/features/querying/queries/domain-types.ts:241
Steps in the flow including entry point.