Process Inspector

Article • 04.08.2022 • 4 minute(s) to read

This page shows how to use the Process Inspector to monitor, restart, retrigger, cancel and delete Instances.

The Process Inspectors allows you to list, inspect and control Instances. Each Instance of any Process has a State associated to it as it executes its Activities. The Instance moves through a number of States creating a Lifecycle:

  • Started - The Instance has been created but no Activities have been completed yet. All Instances start in this Status.
  • In Progress - At least one Activity is completed but there are one or more Activities still to be executed in this Instance.
  • Running - Collective State for Started and In Progress.
  • Closed - The Instance has reached the End Activity. This is the default end of the Lifecycle. If the Process History is disable, the Instance will be deleted, once Closed is reached. If the Process History is enabled the Instance will be kept until it is deleted manually. The Process History setting is enabled or disabled by the Disable process history setting in the Process Properties.
  • Canceled - The execution was canceled by a User with the required rights. Canceled Instances can be deleted when they are not needed anymore, or they can be restarted to resume to the Activity active before the Instance was canceled.
  • Faulted - The execution of the Instance failed in one particular Activity due to an Error or Exception. Faulted Processes can be canceled so that they change their status to Canceled. It is also possible to retry the execution of the Activity that failed. This is called Retrigger and changes the Status from Faulted to In Progress.

More information on the Process Inspector is shown in this getting general reference.


View Instances by State - Canceled, Closed, Running, Faulted, or Debug

  1. Navigate to the Process Inspector by clicking on Administration > PROCESS > Process Inspector
  2. Click on the Dropdown below Filter
  3. Select a State and only Instances with the selected State will be shown

When opening the Process Inspector, the default setting will show faulted Instances.

View and Debug Faulted or Cancelled Instances

  1. Navigate to the Process Inspector by clicking on Administration > PROCESS > Process Inspector
  2. Click on the Dropdown below Filter
  3. Select either Canceled or Faulted to find the Instance you are looking for
  4. Click on in the row of the Instance and select Show details:
  5. Click on Cancel to exit

Cancel or Retrigger faulted Instances

  1. Navigate to the Process Inspector by clicking on Administration > PROCESS > Process Inspector
  2. Click on the Dropdown below Filter
  3. Select Faulted to find the Instance you are looking for
  4. Click on in the row of the Instance and
    • Click on Cancel to stop the current Activity and put the Instance in canceled State
    • Click on Retrigger to retry the execution of the last Activity

Restart canceled Instances

  1. Navigate to the Process Inspector by clicking on Administration > PROCESS > Process Inspector
  2. Click on the Dropdown below Filter
  3. Select Canceled to find the Instance you are looking for
  4. Click on in the row of the Instance
  5. Click on Restart process to restart the Instance at the last Activity

Cancel an Instance

  1. Navigate to the Process Inspector by clicking on Administration > PROCESS > Process Inspector
  2. Click on the Dropdown below Filter
  3. Select either Faulted, Running, or Debug to find the Instance you are looking for
  4. Click on in the row of the Instance
  5. Click on Cancel process

Only Instances in the states Faulted, Running or Debug can be deleted.

Delete all Instances in a specific State

  1. Navigate to the Process Inspector by clicking on Administration > PROCESS > Process Inspector
  2. Click on the Dropdown below Filter
  3. Select either Canceled, Faulted or Debug to find the Instance you are looking for
  4. The button Delete all appears on the top right side
  5. Click the button Delete all to delete all Instances in the selected State
  6. Confirm by clicking Yes, delete it!

Only Instances in the states Canceled, Faulted or Debug can be deleted. It is not possible to delete only one Instance.