Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / PipelineStage
Interface: PipelineStage
Defined in: packages/memory/src/conflict/types.ts:167
Stage interface every step implements. The orchestrator visits stages in declaration order and stops at the first non-'continue' outcome.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
id | readonly | ConflictStage | packages/memory/src/conflict/types.ts:168 |
Methods
evaluate()
ts
evaluate(ctx): Promise<StageOutcome>;Defined in: packages/memory/src/conflict/types.ts:169
Parameters
| Parameter | Type |
|---|---|
ctx | StageContext |
Returns
Promise<StageOutcome>