Database Schema Reference
Appendix
B
Engine Database Schema
335
Table B-4
WFHActivityTokens
Name
Index
Null?
Type
Description
PROCESSID
✔
NOT
NULL
NUMBER(38)
Unique identifier for the process instance
in which this activity instance occurs.
ACTIVITYID
✔
NOT
NULL
NUMBER(38)
Unique identifier for a pending activity
instance within the process instance in
which it occurs.
ACTIVITYNAME
VARCHAR2(64)
The name of an activity that is an
immediate predecessor of the activity
instance identified by the ACTIVITYID
in this row.
TOKCOUNTER
NUMBER(38)
Value of the attribute
_COUNT<ActivityName>, where
<ActivityName> is the same as
ACTIVITYNAME in this row.
Table B-5
WFHActivityUsers
Name
Index
Null?
Type
Description
PROCESSID
✔
NOT
NULL
NUMBER(38)
Unique identifier for the process instance
in which this activity instance occurs.
ACTIVITYNAME
✔
NOT
NULL
VARCHAR2(64)
The name of the activity in the process
definition.
WUSER
VARCHAR2(64)
The name of the user who completed the
last instance of this activity.
OTHERINFO
VARCHAR2(64)
The otherInfo of the user who completed
the last instance of this activity.
Содержание iPlanet Integration Server 3.0
Страница 1: ...Process System Guide iPlanet Integration Server Version3 0 August 2001...
Страница 14: ...14 iPlanet Integration Server Process System Guide August 2001...
Страница 18: ...18 iPlanet Integration Server Process System Guide August 2001...
Страница 42: ...iIS Process Management Tools 42 iPlanet Integration Server Process System Guide August 2001...
Страница 82: ...iIS Console Main Window Command Summary 82 iPlanet Integration Server Process System Guide August 2001...
Страница 156: ...Performing Application Upgrades 156 iPlanet Integration Server Process System Guide August 2001...
Страница 226: ...Performance Charts 226 iPlanet Integration Server Process System Guide August 2001...
Страница 326: ...Conductor Script Commands 326 iPlanet Integration Server Process System Guide August 2001...
Страница 358: ...Database Schema Reference 358 iPlanet Integration Server Process System Guide August 2001...