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_IDvarchar32 An unique ID that identifies the item.
OWNER_IDvarchar32 (Foreign key to WF_ACTIVITY_INSTS table) Represents the ID of the activity instance this item is associated with.
REF_IDvarchar64 (Foreign key to WF_PROC_INSTS table) The process instance ID.
EVENT_NAMEnvarchar64 The name of the event that triggers the item.
PARAMETERnvarchar1024 A parameter associated with the item.
STARTED_DATEdatetime The date the item started.
CREATED_DATEdatetime The date the item was created.
STATUSvarchar16 The status of the item.

Relationships

Table Name Relationship
WF_ACTIVITY_INSTS 1 – n
WF_PROC_INSTS 1 – n