Tablet Accessory User Manual
Database Schema Reference
Appendix B Engine Database Schema 345
Table B-22 WFHTermProcParas
Name Index Null? Type Description
COMBINEDID
✔
NOT
NULL
VARCHAR2(158) Internal use only.
ATTNAME VARCHAR2(64) The name of the attribute that must be
returned to the calling process (an
output parameter).
ATTTYPE NUMBER(38) Attribute type.
ATTSEGMENTID NUMBER(38) Internal use only.
ATTSEGLENGTH NUMBER(38) Internal use only.
ATTVALUE VARCHAR2(255) The value of the attribute (in text format)
Table B-23 WFHTimer
Name Index Null? Type Description
ID
✔
NOT
NULL
NUMBER(38) Unique identifier for the timer instance
within this engine.
PROCESSID
✔
NOT
NULL
NUMBER(38) Unique identifier for the process instance
in which this timer instance occurs.
TIMERNAME VARCHAR2(64) Name of the timer in the process
definition.
STATE NUMBER(38) State of the timer:
820 – WFTimer.OFF
830 – WFTimer.ON
RELATIVETIME VARCHAR2(32) For an elapsed timer, the defined
duration of time set for the timer,
expressed in character form.
For a deadline timer, the defined
expiration time set for the timer,
expressed in character form.