All Products
Search
Document Center

Microservices Engine:Job execution lists

Last Updated:Mar 11, 2026

When scheduled jobs or workflows fail or behave unexpectedly, you need a centralized view of all executions to quickly identify problems. The Execution List page in SchedulerX displays all job and workflow executions for the current day, organized into two tabs:

  • Task instance List -- Individual job instance records.

  • Process instance List -- Workflow instance records.

Note

SchedulerX Basic Edition displays up to 10 job instance execution records. SchedulerX Professional Edition displays up to 100.

View the execution list

  1. Log in 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 Namespace to which the namespace belongs drop-down list.

  5. Click the Task instance List tab to view job instances, or the Process instance List tab to view workflow instances.

Execution list

Filter execution records

By default, SchedulerX displays all execution records. Filter or search records using any combination of the following criteria:

Filter typeOptions
StatusAll, Success, Failure, Run, Pool, or Wait
IDApplication ID, Task ID, or Instance ID
Time rangeMinute, hour, day, week, month, or User-Defined

View job instance details

  1. On the Task instance List tab, find the target job instance and click Details in the Operation column.

  2. On the Job Instance Details page, review the available tabs. The tabs displayed depend on the execution mode:

    Execution modeAvailable tabs
    StandaloneBasic Information, Operational Log
    BroadcastBasic Information, Current Execution Details
    Parallel ComputingBasic Information, Current Execution Details, Tasks
    Memory GridBasic Information, Current Execution Details
    Grid ComputingBasic Information, Current Execution Details
    ShardingBasic Information, Sharding Details

Manage tasks in a Parallel Computing job

On the Tasks tab, the available operations depend on the task state:

Task stateAvailable operations
WaitMark as completed
FailureRerun or mark as completed
RunTerminate
SuccessNone

View workflow instance details

  1. On the Process instance List tab, find the target workflow instance and click its ID in the Operation column.

  2. On the Canvas page, review the DAG (Directed Acyclic Graph) visualization of the workflow. Each job node is color-coded by state: red for failed, gray for pending. When a job fails, all its downstream dependents change to the pending state.

    DAG workflow visualization

Troubleshoot and rerun failed jobs

  1. Right-click a failed job and select Details from the shortcut menu to identify the failure cause.

  2. After fixing the issue, right-click the job and select Rerun from the shortcut menu. Downstream jobs run automatically after the rerun completes.

  3. (Optional) To skip a failed job without fixing it, right-click the job and select Mark as Completed from the shortcut menu. Downstream jobs then proceed as if the job succeeded.