Skip to content

ExecutionTimeline

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

An execution replayed as an ordered list of state runs, produced by buildExecutionTimeline. The foundation for a scrubber, a Gantt view, or a “what ran when” report.

endMs: number;

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

Epoch ms of the last event in the history.


entries: TimelineEntry[];

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

Every run of every state, in the order the execution entered them.


startMs: number;

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

Epoch ms of the first event in the history.


status: ExecutionStatus;

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

Overall execution status.