WF_ACTIVITY_INSTS

Description

Contains information about the activity instances.

Columns

For the descriptions in this table, the term item refers to an activity instance.

Column Name Data Type Size Description
IDvarchar32 (Primary key) The unique item ID.
PROC_INST_IDvarchar32 (Foreign key to WF_PROC_INSTS table) The process instance ID.
NAMEnvarchar64 A unique name of the item, used for internal reference.
DISPLAY_NAMEnvarchar64 The display name of the item.
TOKEN_POS int4 The status of the item in terms of position: 0=inactive, 1=Incoming port, 2=exit , 3=execution
TOKENS int4 The number of incoming ports that have arrived.
STARTED_DATEdatetime8 The date the item started.
DUE_DATEdatetime8 The date the item is due.
COMPLETED_DATEdatetime8 The date the item was completed.
PENDINGvarchar3 Indicates whether the item is pending.
IN_STACK varchar3 The execution status of the item: Yes = Item has been executed; No = Item has not been executed or will possibly be re-executed.
SESSION_int4 Indicates the number of times the item has been completed or attempted.

Relationships

Table Name Relationship
WF_PROC_DEFS n – 1
WF_MANUAL_WORKITEMS 1 – n
WF_AUTO_WORKITEMS 1 – n
WF_PROC_TRACKINGS 1 – n
WF_MAIL_DELIVERABLES 1 – n