Process Monitor

Process Monitor

URL: /processmonitor

The Process Monitor shows process requests that have run or are currently running. This is the main operational view for the Process Scheduler — open it to see what is running, queued, or recently failed.

Process Monitor showing running and completed processes with timeline and statistics

Process Monitor with search filters, timeline visualization, statistics, and process request details

What You Can Do

  • View Active and Queued Jobs: See running process requests (Initiated and Processing status) and queued or recently completed requests.
  • Filter and Search: Filter by process name, user, status, and date range.
  • Drill Into Details: Click a process instance to see its full details: status, run dates, server, output, and log information.
Process Monitor timeline showing execution bars color-coded by status with date range statistics

Timeline visualization with color-coded execution bars, date range statistics, top processes, and top operators

Process Monitor results table with clickable instance links, status badges, and recurrence links

Process request results with clickable links to process instances, definitions, operators, and recurrences

When It’s Useful

  • Checking whether a scheduled process ran successfully.
  • Investigating a process failure (the detail view shows status codes and timing).
  • Seeing what is currently running on a server.
  • Responding to a Long-Running Processes alert from the dashboard.

Process Status Reference

StatusMeaning
QueuedWaiting to be picked up by a Process Scheduler server
InitiatedServer has picked up the request and is starting the process
ProcessingProcess is actively running
SuccessProcess completed successfully
ErrorProcess ended with an error condition
Not SuccessfulProcess ran but reported a non-success result
Unable to PostOutput could not be delivered
CancelledProcess was cancelled before it completed

Alerts for Process Scheduler

Two alert types monitor the Process Scheduler automatically:

  • Long-Running Processes — Flags processes that have been running longer than the configured threshold.
  • Process Errors — Finds processes that have failed within the lookback window.

When these alerts fire, the dashboard shows them with direct links to the relevant Process Monitor entries.