ExecutionOverlay
Defined in: src/types/index.ts:1153
The computed execution model produced by parseExecutionHistory. A pure, render-agnostic summary that any surface can consume.
Properties
Section titled “Properties”executionStatus
Section titled “executionStatus”executionStatus: ExecutionStatus;Defined in: src/types/index.ts:1155
Overall execution status
startState?
Section titled “startState?”optional startState?: string;Defined in: src/types/index.ts:1157
Name of the state the execution started at, if determinable
states
Section titled “states”states: Record<string, ExecutionStateResult>;Defined in: src/types/index.ts:1159
Per-state results keyed by state name
takenEdges
Section titled “takenEdges”takenEdges: TakenEdge[];Defined in: src/types/index.ts:1161
Transitions the execution followed, deduplicated