Skip to content

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.

executionStatus: ExecutionStatus;

Defined in: src/types/index.ts:1155

Overall execution status


optional startState?: string;

Defined in: src/types/index.ts:1157

Name of the state the execution started at, if determinable


states: Record<string, ExecutionStateResult>;

Defined in: src/types/index.ts:1159

Per-state results keyed by state name


takenEdges: TakenEdge[];

Defined in: src/types/index.ts:1161

Transitions the execution followed, deduplicated