Render an execution as a per-node timeline
execution.timelineDisplay each node's timing, input/output counts, and error status from an n8n execution in a markdown timeline table. Tracks when events occurred to complement the execution explanation tool.
Instructions
Render an n8n execution as a per-node timeline: start offset, duration, items in/out, error flag. Complements execution.explain — that one surfaces why, this surfaces when. Output is a markdown table sorted by start time. Deterministic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution | Yes | n8n execution payload (must include `data.resultData.runData`). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | Per-node-run timing and item counts, sorted by start_ms. | |
| total_ms | Yes | Wall-clock duration of the whole execution in milliseconds. | |
| row_count | Yes |