Sun Microsystems 3 Tablet Accessory User Manual


 
Database Schema Reference
Appendix B Engine Database Schema 335
Table B-4 WFHActivityTokens
Name Index Null? Type Description
PROCESSID
NOT
NULL
NUMBER(38) Unique identifier for the process instance
in which this activity instance occurs.
ACTIVITYID
NOT
NULL
NUMBER(38) Unique identifier for a pending activity
instance within the process instance in
which it occurs.
ACTIVITYNAME VARCHAR2(64) The name of an activity that is an
immediate predecessor of the activity
instance identified by the ACTIVITYID
in this row.
TOKCOUNTER NUMBER(38) Value of the attribute
_COUNT<ActivityName>, where
<ActivityName> is the same as
ACTIVITYNAME in this row.
Table B-5 WFHActivityUsers
Name Index Null? Type Description
PROCESSID
NOT
NULL
NUMBER(38) Unique identifier for the process instance
in which this activity instance occurs.
ACTIVITYNAME
NOT
NULL
VARCHAR2(64) The name of the activity in the process
definition.
WUSER VARCHAR2(64) The name of the user who completed the
last instance of this activity.
OTHERINFO VARCHAR2(64) The otherInfo of the user who completed
the last instance of this activity.