Skip to main content

Module timeline

Module timeline 

Source
Expand description

Run timeline: observable sequence of events for a run (audit, debugging).

Built from EventStore; can be serialized to JSON for UI/CLI.

Structs§

RunTimeline
Full timeline for a run: ordered events and final status.
TimelineEntry
One entry in a run timeline (summary of an event at a given seq).

Enums§

RunStatusSummary
Summary of run outcome (for JSON/timeline; mirrors RunStatus).

Functions§

run_timeline
Build a RunTimeline from an event store by scanning all events for the run and deriving final status from the last event(s).