Skip to content

Jobs & outcomes

After you run a spinner, CXGear stores results in two related places: Jobs (the run) and Records (each contact’s outcome).

Jobs lists every run for the project.

  • Left: runs (spinner name, progress, status, duration)
  • Right: records for the selected run (paginated)
  • Refresh updates the list (no constant auto-refresh flicker)

Each job shows started, ended (or in progress), and total time.

Screenshot needed
Jobs page: runs on the left, records on the right, Refresh in the header.
Where: Project → Jobs
Save as: src/assets/screenshots/08-jobs-page.png

Records is for supervisors and operators. It answers:

  • Who was contacted? (metadata fields)
  • What happened? (disposition, AI reply, message ids)
  • When? (completion time)
  • Which spinner?

Rows are single-line with long text truncated. Click a row to open a detail panel below the table — not the debug journey.

Screenshot needed
Records list with compact rows and detail panel open.
Where: Project → Records
Save as: src/assets/screenshots/09-records-outcomes.png
Stored dataWhy it matters
Metadata payloadContact context that entered the pipeline
OutcomesDisposition, AI text, channel references — decisions and follow-up
Status / timingSLA and ops reporting
Journey eventsDebug only (step logs and errors)

Internal fields such as log bookkeeping and model names are hidden from the main outcome list so the screen stays useful at high volume.

Use Pipeline journey from the detail panel when you need step-by-step debug (log templates, function console.log, AI errors). See Pipeline journey.