WF_CUSTOM_ATTRS_ITCS
Description
Contains information about interceptors for a custom attribute.
Columns
For the descriptions in this table, the term item refers to an interceptor for a custom attribute.
Column Name | Data Type | Size | Description |
---|---|---|---|
ITEM_ID | varchar | 32 | An unique ID that identifies the item. |
OWNER_ID | varchar | 32 | (Foreign key to WF_ACTIVITY_INSTS table) Represents the ID of the activity instance this item is associated with. |
REF_ID | varchar | 64 | (Foreign key to WF_PROC_INSTS table) The process instance ID. |
EVENT_NAME | nvarchar | 64 | The name of the event that triggers the item. |
PARAMETER | nvarchar | 1024 | A parameter associated with the item. |
STARTED_DATE | datetime | The date the item started. | |
CREATED_DATE | datetime | The date the item was created. | |
STATUS | varchar | 16 | The status of the item. |
Relationships
Table Name | Relationship |
---|---|
WF_ACTIVITY_INSTS | 1 – n |
WF_PROC_INSTS | 1 – n |