Tablet Accessory User Manual

Database Schema Reference
334 iPlanet Integration Server Process System Guide August 2001
ACTNAME VARCHAR2(64) The name of the activity in the process
definition.
ABORTRACTION NUMBER(38) Abort routing information. Internal use
only.
WUSER VARCHAR2(64) The LinkedUser information passed
into this activity by its activity link. If
there is no activity link, value is
<NO_LINKED_USER>
OTHERINFO VARCHAR2(64) The OtherInfo information passed into
this activity by its activity link. If there is
no activity link, value is
<NO_OTHERINFO>
CURASSIGNRULE VARCHAR2(64) This column is used internally by the
engine to track dynamic assignment
rules during a ConsultActivity or
DelegateActivity method call from a
client application.
NEXTASSIGNID NUMBER(38) This column is used internally by the
engine to track dynamic assignment
rules during a ConsultActivity or
DelegateActivity method call from a
client application.
FIFOORDER NUMBER(38) For a queued activity with the queue
prioritized by First In First Out (the
default), a system-assigned sequence
value for placement of this activity in the
queue.
SUSPENDACTION NUMBER(38) Actions to take when the activity is
suspended:
700 WFActivity.RETAIN
701 WFActivity.REMOVE
MARKER NOT
NULL
NUMBER(38) Internal use only.
PRIORITY NOT
NULL
NUMBER(38) Internal use only.
READYCOUNT NOT
NULL
NUMBER(38) Internal use only.
Table B-3 WFHActivity (Continued)
Name Index Null? Type Description