Database Schema Reference

Table B-4WFHActivityTokens

Name

Index Null? Type

Description

PROCESSID

ACTIVITYID

NOT

NUMBER(38)

Unique identifier for the process instance

NULL

 

in which this activity instance occurs.

NOT

NUMBER(38)

Unique identifier for a pending activity

NULL

 

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-5WFHActivityUsers

Name

Index Null? Type

Description

PROCESSID

ACTIVITYNAME

WUSER

NOT

NUMBER(38)

Unique identifier for the process instance

NULL

 

in which this activity instance occurs.

NOT

VARCHAR2(64)

The name of the activity in the process

NULL

 

definition.

 

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.

 

 

Appendix B Engine Database Schema 335

Page 335
Image 335
Sun Microsystems manual Activityname VARCHAR264, Tokcounter NUMBER38, Wuser Not NUMBER38, Not VARCHAR264, Otherinfo