Tablet Accessory User Manual
Database Schema Reference
Appendix B Engine Database Schema 337
Table B-8 WFHComplexRule
Name Index Null? Type Description
PROCESSID
✔
NUMBER(38) Unique identifier for the process instance
in which this activity instance occurs.
ACTIVITYID
✔
NUMBER(38) Identifier for the activity instance in the
process instance designated by
PROCESSID.
Table B-9 WFHControl
Name Index Null? Type Description
NEXTSESSIONID NUMBER(38) System maintained sequence for session
ID values.
NEXTPROCESSID NUMBER(38) System maintained sequence for process
ID values.
NEXTTIMERID NUMBER(38) System maintained sequence for timer
ID values.
HISTORYDETAIL NUMBER(38) Internal use only.
Table B-10 WFHLocks
Name Index Null? Type Description
PROCESSID
✔
NUMBER(38) Unique identifier for the process instance
in which this process attribute occurs.
ATTNAME
✔
VARCHAR2(64) Name of the process attribute.
ACTIVITYID NUMBER(38) If the access to the process attribute is
associated with an activity, the unique
identifier for this activity instance.
SESSIONID NUMBER(38) If the access to the process attribute is
associated with a user session, the
unique identifier for this session.