Measures

TIBCO ActiveMatrix BPM provides various measures that can be queried to obtain statistical information about process instances and work items.

For example:

  • total number of process instances by their current status.
  • total number of work items for a process instance by work item status.
  • average duration of a process instance or work item

Measures can be:

  • queried for all process templates, for an individual process template or for a group of process templates, according to requirements.
  • categorized by hours, days, weeks, months or years, over a specified period of time.

For more information about measures and how to access them:

  • using TIBCO ActiveMatrix Openspace, see "Using the Process Instances Related Measures Gadget" in the TIBCO ActiveMatrix Openspace User’s Guide.
  • programmatically, see the following references in the TIBCO ActiveMatrix BPM Developer’s Guide:
    • "Using Attributes in Query Filters", in "Working with Events".
    • description of the EventCollectorMeasuresService, in "EventCollectorMeasuresService".