Tablet Accessory User Manual

Database Schema Reference
344 iPlanet Integration Server Process System Guide August 2001
Table B-20 WFHSessionRole
Name Index Null? Type Description
SESSIONID NOT
NULL
NUMBER(38) Unique identifier for the client session.
Joins to WFHSESSION.ID.
ROLENAME
VARCHAR2(64) A role held by the session.
Table B-21 WFHTerminatedProcs
Name Index Null? Type Description
COMBINEDID
NOT
NULL
VARCHAR2(158) Internal use only.
PROCESSID NUMBER(38) Unique identifier for a process instance
in the engine.
ACTIVITYID NUMBER(38) Identifier for an activity instance within
the process instance designated by
PROCESSID.
ENVIRONMENT VARCHAR2(64) The name of the environment the engine
is running in.
ENGINE VARCHAR2(64) The name of the engine.
COLDSEQID NUMBER(38) Internal use only.
COMPLETIONCODE NUMBER(38) Indicates the completion state of the
process:
440 Aborted
430 Completed
USERNAME VARCHAR2(64) The user name for the user that started
the process.
OTHERINFO VARCHAR2(64) The otherInfo attribute associated with a
user profile.