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

STAT_WI_DUE_INFO table

This table is similar to the STAT_APP_DUE_INFO table. The only difference is that it stores information on application worksteps instead of the entire applications.

STAT_WI_DUE_INFO table fields

Field
Type
Description
PROCESS_TEMPLATE_NAME
VARCHAR2(64) NOT NULL
Process template name.
PROCESS_TEMPLATE_ID1
NUMBER NOT NULL
Unique template ID, 0 ID covers statistics over all applications.
PERFORMER2
VARCHAR2(64)
Workstep performer.
ACTIVE
NUMBER NOT NULL
Number of active worksteps.
OVERDUE
NUMBER NOT NULL
Number of overdue worksteps.
DUE_TODAY
NUMBER NOT NULL
Number of worksteps due today.

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

2 Table primary key