Skip to content

Monitor

The Monitor page is the operational dashboard for Catalog Automation. It shows real-time KPI counts across all job statuses, a filterable activity table of recent jobs, and row-level actions so operations users can respond to failures without leaving the page.

Catalog Automation Monitor page with KPI tiles and job activity table

Navigate to Catalog Automation → Monitor in the sidebar, or go to /catalog-automation/monitor. This is the default landing page for the Catalog Automation module.

  • View live KPI counts for Pending, Processing, Completed, and Failed jobs.
  • Click a KPI tile to filter the activity table to that status instantly.
  • Search jobs by customer name or reference number.
  • Filter by status and date range to narrow the activity view.
  • Open a job detail drawer by clicking any row.
  • Retry a failed job directly from the activity table.
  • Delete completed, failed, or cancelled jobs after confirmation.
  1. Open Monitor from the Catalog Automation menu.
  2. Review the KPI tiles — click a tile (e.g., Failed) to filter the table to that status.
  3. Click a job row to open the detail drawer and inspect execution metadata and any error message.
  4. Use the Retry icon on a failed job row to resubmit it.
  5. Use Refresh to reload both the KPIs and the activity table.
  • KPI counts reflect the current state of all jobs in the system, regardless of the active table filter.
  • Clicking a KPI tile applies a status filter to the activity table; the tile remains highlighted while the filter is active.
  • Job status updates arrive via a live connection — the table updates automatically without a manual refresh.
  • The live connection indicator appears in the page header: Live (green) when connected, Disconnected (grey) when the connection is interrupted.
  • The Retry action is only visible for jobs with status Failed.
  • The Delete action is only available for jobs with status Completed, Failed, or Cancelled.

Four tiles appear above the activity table. Each tile shows a running count and an icon. Clicking a tile filters the activity table to that status.

TileColorDescription
PendingYellowJobs waiting to start
ProcessingBlueJobs currently running (includes all processing sub-states)
CompletedGreenJobs that finished successfully
FailedRedJobs that ended in an error
ColumnDefault VisibleSortableDescription
CustomerYesNoCustomer name and email for whom the catalog is being generated
ReferenceYesNoOptional internal reference submitted with the job
DefinitionYesNoName of the catalog definition used
ItemsYesNoNumber of SKUs submitted for this job
StatusYesNoCurrent processing status; failed jobs show an error icon on hover
CreatedYesNoRelative time since job was submitted; hover for full date
StatusDescription
PendingJob is queued and waiting to start
ProcessingGeneral processing phase underway
Image ResolutionSystem is locating images for each SKU
BuildingHTML catalog and ZIP archive are being assembled
CompletedJob finished successfully
FailedJob encountered an error
CancelledJob was cancelled before completion
FilterTypeDescription
SearchFree textSearch by customer name or reference number
StatusDropdownFilter by job status; default shows all statuses
Date RangeDropdownFilter by Today, 7 Days, 30 Days, or All; default is Last 7 Days

The filter bar is collapsible. Click the filter toggle in the header to show or hide the filter controls.

The activity table does not support column-level sorting. Records are returned in reverse-chronological order (newest first).

The table uses a Load More pattern with infinite scroll:

  • Page size: 10 records per load
  • Scrolling near the bottom automatically loads the next batch
  • A message displays the total count when all results are shown
ActionDescriptionPermission
RefreshReloads KPI tiles and the activity table
ActionDescriptionPermission
ViewOpens the job detail drawer — also triggered by clicking anywhere on a rowcatalog-automation.jobs (Read)
RetryResubmits a failed job — only visible for Failed jobscatalog-automation.jobs (Write)
DeleteRemoves the job and its catalog — only available for Completed, Failed, or Cancelled jobscatalog-automation.jobs (Admin)

Clicking a row opens a side drawer with read-only execution metadata:

  • Job details: customer name, email, phone, reference, total SKUs
  • Image statistics: resolved images, missing images
  • Processing information: created at, started at, completed at, processing time, retry count
  • Generated catalog links: View HTML and Download ZIP (available for completed jobs)
  • Retry button for failed jobs
  1. Locate the job in the activity table (only Completed, Failed, or Cancelled jobs show the delete icon).
  2. Click the Delete (trash) icon on the row.
  3. A confirmation dialog warns that the job, its catalog, and all stored files will be permanently deleted.
  4. Click Delete to confirm.
  • Jobs — Full job management list with Create and detailed filtering
  • Catalogs — View the output catalogs generated by completed jobs
  • Definitions — Configure the automation rules used when creating jobs