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.
Properties
Section titled “Properties”endMs: number;Defined in: src/types/index.ts:1140
Epoch ms of the last event in the history.
entries
Section titled “entries”entries: TimelineEntry[];Defined in: src/types/index.ts:1142
Every run of every state, in the order the execution entered them.
startMs
Section titled “startMs”startMs: number;Defined in: src/types/index.ts:1144
Epoch ms of the first event in the history.
status
Section titled “status”status: ExecutionStatus;Defined in: src/types/index.ts:1146
Overall execution status.