The Job Inspector is a debugging tool for pipeline executions. Open it from the Tools section in the sidebar.Documentation Index
Fetch the complete documentation index at: https://docs.hellofriday.ai/llms.txt
Use this file to discover all available pages before exploring further.
Pipeline diagram
The top of the inspector shows a of your job’s pipeline steps. Select a workspace and job from the dropdown, then click any node to highlight it.Running a job
Below the diagram, configure and launch a run:- Select a signal from the dropdown (if the job has multiple triggers).
- Fill in the signal input form — fields are auto-generated from the signal’s JSON schema.
- Optionally disable specific steps by clicking the step chips (disabled steps are skipped during execution).
- Click Run to start the pipeline.
Waterfall timeline
Once a run starts (or when you load a previous run), the waterfall timeline replaces the pipeline diagram:- Each agent step appears as a horizontal bar showing its duration relative to the run start
- Color-coded status: green (completed), red (failed), yellow (running), gray (pending)
- Click any row to open a detail panel with the step’s full inputs, outputs, logs, and artifacts
- The timeline auto-selects the first failed step when a run fails

