WF_CUSTOM_ATTRS

Description

Contains all the custom attributes. Custom attributes are associated with process instances through custom ID's. Custom ID's is the process instance ID or Work Object ID associated with process instance.

Columns

For the descriptions in this table, the term item refers to a custom attribute.

Column Name Data Type Size Description
CUSTOM_ID varchar 256 (Primary key) The ID of the XML text that contains the custom attributes. Typically, this refers to Process instance ID or Work Object ID of a process instance.
ATTR_XML ntext 16 The XML text that contains the custom attributes.
LAST_MODIFIED_DATE datetime 8 The date the item was last modified.

Relationships

Table Name Relationship
None Not Applicable