PROCESS_STATS Option Attributes
A query that uses the PROCESS_STATS option operates against the ec_pe_status Event Collector database table, which stores measures about process instances.
The following table describes the attributes that you can include in a filter expression in a query that uses the PROCESS_STATS option.
Attribute | Description/Notes |
---|---|
attribute1 - attribute40 | The 40 user-defined custom work item attribute fields associated with the event. See Using Work Item Attribute Fields for a description of these attributes, and see Sort Filter Criteria for the data type of each attribute. |
caseReference | Unique reference to a case object created by ActiveMatrix BPM. |
currentActivity | The current activity that is in progress for this process instance. |
currentActivityStart | The time the current activity started. |
endTime | Completion time of this process instance. |
moduleName | Module name related to the parent process template. |
parentProcessInstanceId | Identifier of the parent process associated with the event. |
pvmId | The numeric ID of the process instance. This ID can be used to join against the process engine tables. Also see the ref attribute below. |
priority | Priority of this process instance. |
processTemplateId | Unique identifier of the process template. It includes the process template name, module name, and module version. This is stored in the ec_proc_template table. |
processTemplateName | Name of the parent process template. |
ref | The string representation of the identifier for the process instance (beginning with "pvm:"). Also see the pvmId attribute above |
rootProcessInstanceId | The root of the process instance hierarchy. This points to an instance that has the parent as null. |
startTime | Start time of this process instance. |
status | Status of this process instance. |
statusChanged | Timestamp of the last status change of this process instance. |
timeTaken | Total time taken (in milliseconds) by this process instance between its startTime and endTime. |
type | Identifies the type of process instance, for example, a sync-attached process instance. |
userGuid | Guid of the resource associated with this process instance. |
userId | Resource associated with this process instance. |
version | Version number of the parent process template. |
Copyright © Cloud Software Group, Inc. All rights reserved.