Tablet Accessory User Manual

Database Schema Reference
338 iPlanet Integration Server Process System Guide August 2001
LOCKTYPE NUMBER(38) Type of access to the process attribute:
1 WFAttributeAccessor.READ
2 WFAttributeAccessor.READQ
3 WFAttributeAccessor.WRITE
4 WFAttributeAccessor.WRITEQ
5 WFAttributeAccessor.NO_LOCK
ACCESSORID
NUMBER(38) Unique identifier for the attribute
accessor instance within the process
instance.
Table B-11 WFHProcAttributes
Name Index Null? Type Description
PROCESSID NOT
NULL
NUMBER(38) Unique identifier for the process instance
in which this process attribute occurs.
ATTNAME VARCHAR2(64) Name of the process attribute.
ATTTYPE NUMBER(38) Type of the attribute:
1 IntegerData
2 TextData
3 BooleanData
4 DateTimeData
5 DoubleData
6 IntervalData
7 DecimalData
8 XMLData
ATTSEGMENTID
NUMBER(38) Internal use only.
ATTSEGLENGTH NUMBER(38) Internal use only.
ATTVALUE VARCHAR2(255) The value of the attribute, in readable
character form.
Table B-10 WFHLocks (Continued)
Name Index Null? Type Description