Interfaces
FlowchartHandle
Interface: FlowchartHandle
Defined in: src/recorders/observability/FlowchartRecorder.ts:190
Properties
boundary
readonlyboundary:BoundaryRecorder
Defined in: src/recorders/observability/FlowchartRecorder.ts:197
Underlying BoundaryRecorder. Use for richer queries — slot data, full event log, type-narrowed lookups. The single source of truth Lens reads.
getSnapshot
readonlygetSnapshot: () =>StepGraph
Defined in: src/recorders/observability/FlowchartRecorder.ts:193
Current step graph (derived from boundary events). Safe during or after a run.
Returns
StepGraph
unsubscribe
readonlyunsubscribe: () =>void
Defined in: src/recorders/observability/FlowchartRecorder.ts:199
Detach from executor + dispatcher. Subsequent events ignored.
Returns
void
