WF_CUSTOM_ATTRS

Stores all the process data variables, which are sometimes called custom attributes. Process data variables are associated with process instances through the ID for the process instance work object.

Columns

Column Name Definition

CUSTOM_ID

Function:
The ID of the XML text that contains the process data variables. Typically, this refers to the process instance ID or work object ID for a process instance.
Data Type:
varchar
Size:
255
Can Be Null:
No
Primary Key:
Yes
Foreign Key:
No

ATTR_XML

Function:
The XML text that contains the process data variables.
Values:
The XML is generated based on the form, process variables and data model.
Data Type:
ntext
Size:
16
Can Be Null:
Yes
Primary Key:
No
Foreign Key:
No

LAST_MODIFIED_DATE

Function:
The date the process data variables were last modified.
Data Type:
datetime
Size:
8
Can Be Null:
Yes
Primary Key:
No
Foreign Key:
No

Relationships

Table Name Relationship
NoneNot applicable