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.
|
ACTIVATED
|
NUMBER NOT NULL
|
Number of activated process instances every day
|
COMPLETED
|
NUMBER NOT NULL
|
Number of completed process instances every day
|
REMOVED
|
NUMBER NOT NULL
|
Number of removed process instances every day
|
SUSPENDED
|
NUMBER NOT NULL
|
Number of suspended process instances every day
|
RECORD_TIME2
|
DATE NOT NULL
|
Time updating this record
|