Try OpenEdge Now
skip to main content
Application Developer's Guide
Understanding the Business Process Server repository : Dashboard database tables : STAT_APP_PRIORITY table
 

STAT_APP_PRIORITY table

This table stores the number of applications with different priorities.

STAT_APP_PRIORITY table fields

Field
Type
Description
PROCESS_TEMPLATE_NAME
VARCHAR2(64)
The process template name
PROCESS_TEMPLATE_ID1
NUMBER NOT NULL
Process template ID, 0 ID covers statistics over all applications.
CRITICAL
NUMBER NOT NULL
Number of critical priority process instances
HIGH
NUMBER NOT NULL
Number of high priority process instances
MEDIUM
NUMBER NOT NULL
Number of medium priority process instances
LOW
NUMBER NOT NULL
Number of low priority process instances

1 Table primary key. If 0, then the statistics are collected over all applications. The corresponding PROCESS_TEMPLATE_NAME is "SBM_ALL_APP."