Skip to main content

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.

The Job Inspector is a debugging tool for pipeline executions. Open it from the Tools section in the sidebar.

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:
  1. Select a signal from the dropdown (if the job has multiple triggers).
  2. Fill in the signal input form — fields are auto-generated from the signal’s JSON schema.
  3. Optionally disable specific steps by clicking the step chips (disabled steps are skipped during execution).
  4. 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
Total run duration displays at the top with tick marks for time intervals.

Recent runs

The inspector shows recent runs below the run controls. Click any run to load it into the waterfall timeline. Use the dropdown in the toolbar to jump between previous runs.