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

STAT_APP_DUE_INFO table

This table stores information such as how many applications are currently active. It also indicates how many applications are overdue or will be due by the end of the day, so that you can monitor those applications.

STAT_APP_DUE_INFO table fields

Field
Type
Description
PROCESS_TEMPLATE_NAME
VARCHAR2(64)
The process template name
PROCESS_TEMPLATE_ID1
NUMBER NOT NULL
Unique template ID, 0 ID covers statistics over al applications.
ACTIVE
NUMBER NOT NULL
Number of active process instances
OVERDUE
NUMBER NOT NULL
Number of overdue process instances
DUE_TODAY
NUMBER NOT NULL
Number of process instances due today

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