Skip to content

Pipeline journey

The pipeline journey is a debug view for a single record. It shows each step’s result, messages, and timing. Use it when something failed or when you are testing a new spinner — not as the main operations screen.

  • Records → select a row → Pipeline journey, or
  • Jobs → select a run → open a record → journey
Screenshot needed
Journey drawer showing steps with messages and time taken.
Where: Records detail → Pipeline journey
Save as: src/assets/screenshots/17-journey-drawer.png
  • Step name and outcome (for example log · logged, ai_agent · ai_completed)
  • Message text (log templates, function console lines, AI errors)
  • Started / ended / duration for the whole record
  • Final output object
  • Log steps are the easiest way to print values while testing.
  • AI failures show the provider error (for example retired model id).
  • Journey history is per record; it does not load thousands of timelines at once.