Skip to content
Documentation

Trajectory interface

Trajectory explains how a thread unfolded. It separates each turn into lanes and shows timing and action calls so the analyst can inspect delays, failures and unexpected behaviour.

Main flow

  1. Select turn
  2. Follow lanes
  3. Inspect calls
  4. Find failure
  5. Correct thread
  1. Open a thread and select the turn to inspect.
  2. Follow the lanes from request through actions to response.
  3. Expand a call to inspect its timing and result.
  4. Identify retries, errors or unnecessary work.
  5. Return to the thread with a clearer correction or next step.

Interpretation

Trajectory is an operational trace, not new evidence. Use it to audit execution and diagnose a workflow while relying on the case sources for factual conclusions.