Manage jobs

The list of all contracts is available by going to Monitoring โ†’ Jobs.

This page provides a centralized view of all workflow executions (jobs) and allows you to monitor their status and inspect details.

๐Ÿš€ The Jobs page also displays jobs related to the JMS Connector feature.

This information is displayed in each column:

  • Job ID: unique identifier assigned to the job at creation time.

  • Job status: current execution state of the job (e.g., Running, Completed, Error).

  • Contract name: name of the contract associated with the workflow execution.

  • Queue name: name of the job queue used for scheduling and prioritizing execution. These icons show the Queue status - hovering the mouse over the icon, a tooltip appears:

    • Enabled

    • Disabled

    • Scheduled

    • Deleted queue for jobs in status Completed, Error or Aborted

    • Deleted queue for jobs in status Submitted or Suspended

  • Submission date: date and time when the job was submitted.

  • Last event date: date and time of the most recent event related to the job (e.g., status changed, step completion).

  • โ‹ฎ opens the contextual menu to view job details, the workflow instance and the dataflow in Data Watcher.

Columns can be sorted alphabetically or chronologically, in either ascending or descending order, by clicking the icon. The column where the sort is applied displays the icon for ascending order and the icon for descending order.

Refer to the following pages for a complete overview of these features:

Last updated