The batch page displays the status of running and completed batches. It allows displaying details of a batch such as the start- and end-time or the number of remaining jobs. For failed jobs, it displays the error message and allows a retry or deletion of the job.

Overview

On the left side of the page, two lists of running and finished batches are displayed. You can click on any entry to display details of the batch on the right side of the page.

In Progress

For batches that are currently in progress, the ID, type, user, started time, number of failed jobs as well as the progress is displayed. Please note that if a batch has failed jobs, the batch cannot be completed. You have to go to the details view of the batch and resolve the failed jobs (i.e., retrying or deleting them). Also, it can take some time after the progress is at 100% for the batch to actually finish. See the process engine section for details.

Above the in progress batches table, you can search for batches which fulfill certain search criteria. To do so, click in the search box and select the parameters to search for. You can also begin typing to find the required parameter faster. Depending on the selected property, you have to specify the value of the property. You can combine multiple search pills to narrow down the search results.

Completed

Below the currently running batches, completed batches along with their start- and end-time are displayed. Completed batches are only visible when the process engine history level is set to FULL.

Batch Details

When selecting a batch either from in progress or completed ones, the details of the batch are displayed on the right side of the page.

In Progress Batch Details

The displayed information corresponds to the response of the REST API query.

If the batch is in progress and has failed jobs, the failed jobs and their exception message are displayed below the details table. You can access the complete stacktrace for every job by clicking on the Full stack trace link at the end of the exception message summary. Using the button you can increment the number of retries for this job. Using the button you can delete this job. You can also increment the number of retries for all jobs by clicking the button above the details table.

You can suspend a batch that is in progress by clicking on the button above the details table. Likewise, you can resume a suspended batch with the button.

Clicking the button above the details table deletes a running batch.

Completed Batch Details

The displayed information corresponds to the response of the REST API query.

Clicking the button above the details table deletes the batch history.

On this Page: