Working with the Instance Analytics Tab
About this task
The following table describes the error types that are listed on the Instance Analytics tab on the Edit Process page.
Error Type | Description |
---|---|
Built-in System Errors | Built-in system
errors are error types that are automatically assigned to all processes by
Process Tracker. For built-in system-error types, users can only configure
whether the specific error condition stops (cancels) a process instance. The
following three built-in system-error types are automatically assigned to all
processes: Step Out Of Sequence, Subprocess Error, and System Error.
|
Standardized Errors | Standardized error types are user-defined error types tracked by Optimize. Standardized error types relate to conditions triggered by the Analytic Engine against a process instance, a step instance, or a step transition instance. Standardized error types use built-in error conditions that can be configured on the Add Standardized Error Type page. |
Custom Errors | Custom error types are user-defined error types that are activated externally and tracked by Optimize. Custom error types can be defined by the user on the Create Custom Error Type page. Alternatively, custom error types can be created automatically by Optimize upon detection of the first received custom error, via the pushExecutionError (Execution Error) operation (for more information, see Sending Process Data in Configuring and Using the Web Service Data Collector). |
The following table describes the information that is displayed on the Instance Analytics tab on the Edit Process page.
Column | Description |
---|---|
Name | Name of the error type. |
For | Scope of the error
condition.
All Process
Instances indicates that this error type applies to all instances
of the process. If the error type applies to only one dimension of the process,
that dimension is displayed in the following format:
dimension name(event mapname): dimension value |
Condition | The condition that, when true, causes an error of this type to display in the Process Errors panel on the Process Instance Detail page. |
Last Occurrence | Timestamp of the last occurrence of an error of this type. |
Stop | Whether tracking of
this process instance will stop when the error condition occurs.
|
Edit | Click
![]() |
Standardized Error Types
About this task
Standardized error types are configurable by clicking the Add Standardized Error Type button in the Instance Analytics panel of the Edit Process page.
The Add Standardized Error Type dialog is displayed.

Standardized error types can be configured for the following five types of error conditions:
- Cycle Time
- Step Relative Wait Time
- Step Absolute Wait Time
- Iterations
- Deadline
Cycle-Time Standardized Error Types
About this task
Cycle-time error types are intended for configuring errors related to the time that it takes a process instance or a step in a process instance (also known as a step instance) to cycle through once, from start to finish.
To add a cycle-time standardized error type
Procedure
Wait-Time Standardized Error Types
About this task
Wait-time error types are intended for configuring errors related to the time that elapses leading to the start of a specified step in a process instance (the destination step). Wait-time error types are always applied to the destination step. The two available wait-time error types are Step Relative Wait Time and Step Absolute Wait Time.
A Step Relative Wait Time error type relates to the time that elapses between the completion of one step in a process instance (the source step) and the start of a subsequent, specified step in that same process instance (the destination step). A Step Absolute Wait Time error type relates to the time that elapses between the beginning of a process instance and the start of a specified step in that process instance.
To add a wait-time standardized error type
Procedure
Iterations Standardized Error Types
About this task
Iterations error types are intended for configuring errors related to how many times a step in a process instance is repeated.
To add an iterations standardized error type
Procedure
Deadline Standardized Error Types
About this task
Deadline error types are intended for configuring errors related to a fixed completion date/time for a process instance. Deadline error types allow you to designate a field (or fields) with a process event map as a date, including a specific time. You can then select any such date field in the process of configuring a deadline error type. Deadlines apply only to process cycle time and not to individual step processing times.
Deadline error types allow you to leverage
Date type event-map attributes as deadlines, based on the value of the
event-map attribute when received as part of business data for a process
instance. For example, if your process is associated with an event map that has
a
shippingDate
date attribute, you can specify a deadline timeout against
shippingDate
.
When a
shippingDate
value is sent as part of business data for a process instance, that process
instance must complete before the specified value of
shippingDate
plus or minus any additional offset time specified with the deadline error
type.
To add a deadline standardized error type
Procedure
Editing an Existing Standardized Error Type
About this task
To edit a previously configured standardized error type
Procedure
Deleting a Previously Defined Standardized Error Type
About this task
Procedure
Custom Error Types
About this task
To add a custom error type to the list of error types displayed in the Instance Analytics panel on the Edit Process page, you must define the custom error-type name. Custom errors are activated externally and then tracked by Optimize.
To add a custom error type