All Products
Search
Document Center

SchedulerX:Execution list

Last Updated:Jun 20, 2026

The execution list allows you to monitor the status of jobs and workflows for the current day. It is organized into two views: the job instance list and the workflow instance list.

View the execution list

Note

With SchedulerX Basic Edition, you can view up to 10 job instance records. With Professional Edition, this limit increases to 100.

  1. Log on to the SchedulerX console.

  2. In the top navigation bar, select a region.

  3. In the left-side navigation pane, click Execution List.

  4. On the Execution List page, select a namespace from the drop-down list. Then, click the Job instance list tab or the Workflow instance list tab.

    By default, All execution records are displayed.

    You can filter and search for execution records.

    • Filter by status: All, Success, Failure, Running, Pool, or Waiting.

    • Search by keywords such as Application ID, Job ID, or Instance ID.

    • Filter by a time dimension: Minute, Hour, Day, Week, Month, or Custom.

Job instance details

  1. On the Job instance list tab of the Execution List page, find the target job and click Details in the Actions column.

  2. The Job instance details page contains the following tabs: Basic Information, Current execution details, Tasks, Execution log, and Sharding details.

    The details displayed vary depending on the job execution mode.

    • Standalone: Includes Basic Information and Execution log.

    • Broadcast: Includes Basic Information and Current execution details.

    • Parallel computing: Includes Basic Information, Current execution details, and Tasks.

    • Memory grid: Includes Basic Information and Current execution details.

    • Grid computing: Includes Basic Information and Current execution details.

    • Sharding: Includes Basic Information and Sharding details.

  3. On the Tasks tab, you can perform different actions on tasks based on their status.

    • Waiting: Mark as Completed

    • Failure: Rerun, Mark as Completed

    • Running: Terminate

    • Success: None

Workflow instance details

  1. On the Workflow instance list tab of the Execution List page, find the target workflow and click the workflow instance ID link in the Actions column.

  2. View the details of the workflow on the canvas.

    DAG

    The color of each job indicates its execution status. For example, red indicates failure. When a job fails, its downstream jobs enter the waiting state, which is indicated by gray.

  3. Right-click a failed job and select Details from the context menu to view the cause of the failure.

  4. After you resolve the issue, right-click the job and select Rerun from the context menu.

    • If the job runs successfully, its downstream jobs will begin to execute.

    • If you do not need to run the job again, you can select Mark as completed from the context menu. This action sets the job's status to success and triggers its downstream jobs to begin executing.