WF_AUTO_WORKITEMS

Description

Contains information about the automatic work items.

Columns

For the descriptions in this table, the term item refers to an automatic work item.

Column Name Data Type Size Description
WORK_ITEM_IDvarchar32 (Primary key) The unique item ID.
PROC_INST_IDvarchar32 (Foreign key to WF_PROC_INSTS table) The process instance ID.
ACTIVITY_INST_IDvarchar32 (Foreign key to WF_ACTIVITY_INSTS table) Represents the ID of the activity instance this item is associated with.
STATUSnvarchar16

Represents the status of this automatic work item.

Running: The work item is running.

Canceled: The work item is canceled.

Waiting: The asynchronous work item is waiting for the external procedure to complete.

Completed: The work item is completed.

Overdue: The work item is overdue.

SYNCHRONOUS varchar3 Indicates whether this automatic work item is synchronous or asynchronous. For Asynchronous, a call back from the external system or module is required.
DUE_DATEdatetime8 The date the item is due.
PENDINGvarchar3 Indicates whether the item is pending.
PROCEDURE_INFO nvarchar256 The name of the procedure this automatic work item is associated with, it is the Work To Perform property of the activity. It could be a procedure name or an AgilePart definition.
APPL_NAMEnvarchar256 The name of the application associated with the item.
DUE_HANDLEDvarchar3 Indicates whether this is an item with TimeOut.
SESSION_int4 Indicates the number of times the item has been completed or attempted.
CREATED_DATEdatetime8 The date the item was created.
COMPLETED_DATEdatetime8 The date the item was completed.

Relationships

Table Name Relationship
WF_PROC_INSTS n – 1
WF_PROC_TRACKINGS n – 1
WF_ACTIVITY_INSTS n – n