Field (Process Metric) Name | Display Name and Type | Description |
Process | Name: Process Type: Dimension | The process model external ID, from the BAM_PT_PROCESS_ META table (process key from WMPROCESSDEFINITION). This is the unique identifier of the process model. |
ProcessInstanceId | Name: Process Instance Id Type: Transaction | The unique identifier of a process instance. The primary key of the process instance record in the BAM_PT_PROCESS_ INST table. |
Step | Name: Step Type: Dimension | A unique step identifier within a process. The step external ID in the BAM_PT_STEP_META table (step ID in WMSTEPDEFINITION). |
StepIteration | Name: Step Iteration Type: Dimension | The step iteration. |
ProcessError | Name: Process Error Type: Dimension | The error type of a process or step error. This maps to the ErrorType attribute of the ProcessError dimension. |
process_instance_count | Name: Process Instance Count Type: Fact (SUM) | The indication of a new process instance. This metric is always set to either 0 or 1. |
process_cycle_time | Name: Process Cycle Time Type: Fact (AVG) in milliseconds | The duration of a process instance (the sum of the step processing times for all step iterations of all steps). |
process_success_count | Name: Process Success Count Type: Fact (SUM) | The indication of a process instance that completed without error. |
process_error_count | Name: Process Error Count Type: Fact (SUM) | The indication of one or more errors associated with a process instance. If Process Engine executes the process, the process instance is cancelled shortly after an error occurs. This generates an additional event with the following readings: process_error_count=0 and process_cancelled _count=1. |
process_cancelled _count | Name: Process Cancellation Count Type: Fact (SUM) | The indication of a process instance that either was cancelled, or failed when executed by Process Engine. |
step_error_count | Name: Step Error Count Type: Fact (SUM) | The number of step errors. |
step_processing_time | Name: Step Processing Time Type: Fact (AVG) in milliseconds | The duration of a step (the time between the start and stop operations of a step). |
step_wait_time | Name: Step Wait Time Type: Fact (AVG) in milliseconds | The duration of the transition between two steps (the time between the stop operation of the source step and the start operation of the target step, where the Step field is the target step of the transition). |
step_instance_count | Name: Step Instance Count Type: Fact (SUM) | The indication of a new step instance for a given process instance. |