Skip to content

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

PropertyModifierTypeDefined in
idreadonlyConflictStagepackages/memory/src/conflict/types.ts:168

Methods

evaluate()

ts
evaluate(ctx): Promise<StageOutcome>;

Defined in: packages/memory/src/conflict/types.ts:169

Parameters

ParameterType
ctxStageContext

Returns

Promise&lt;StageOutcome&gt;