Trace timeline (VS Code)
Inspect trace data policy execution traces as a chronological timeline in VS Code. Useful after failed runs, retry storms, or HITL interrupts.
Open trace timeline
- Export or save trace JSON as
run-abc.arcflow.trace.json. - Command palette: ArcFlow: View Trace Timeline (
arcflow.viewTraceTimeline). - Or open a
*.arcflow.trace.jsonfile and use the editor title timeline button.
Obtaining trace JSON
From server:
From CLI:
Rename to *.arcflow.trace.json so VS Code activates the ArcFlow trace language mode.
Timeline content
Each event shows PascalCase kind and metadata fields only (trace data policy). Example sequence for a two-step linear workflow:
Failed run with retry:
HITL interrupt:
No prompt text, tool arguments, or memory chunk content appears in the timeline.
TUI alternative
Terminal timeline without VS Code:
Or fetch from server:
Field reference
Full event catalog: guides/observability/trace-event-reference.md.
Normative contract: Trace events (normative).