Field
|
Type
|
Description
|
WORKITEM_ID1
|
NUMBER NOT NULL
|
Identity of the work item
|
PROCESS_TEMPLATE_ID2
|
NUMBER NOT NULL
|
Template ID of the process
|
PROCESS_INSTANCE_ID3
|
NUMBER NOT NULL
|
Instance number of the process
|
WORKSTEP_NAME4
|
VARCHAR2(32) NOT NULL
|
Name of the workstep
|
PERFORMER
|
VARCHAR2(64) NOT NULL
|
Name of the performer of this work item
|
LOOPCOUNTER5
|
NUMBER NOT NULL
|
The number of times this workstep runs.
|
STATUS
|
CHAR(20)
|
Status of the work item/performer
|
PRIORITY
|
CHAR(10)
|
Priority of the work item
|
ESTIMATED_DURATION
|
NUMBER
|
Estimated time in seconds to complete the work item
|
START_TIME
|
DATE
|
Starting time of the work item
|
END_TIME
|
DATE
|
Time when the work item ends
|