WF_PROC_BASE_ELEMENTS

Description

Contains the metadata information about process activities, such as activity title, description, activity icon, in all of the supported languages. If you want to show a custom activity in the Process Builder, you must put the metadata for the activity in this table.

Columns

For the descriptions in this table, the term item refers to a process base element.

Column Name Data Type Size Description
IDvarchar32(Primary key) The unique item ID.
ELEMENT_IDvarchar32(Foreign key to WF_LARGE_DATA table) The ID (GUID) of an activity (element).
COMPONENT_IDvarchar64 The ID (GUID) of the activity.
ELEMENT_NAMEnvarchar 128 The name of an activity (element).
LOCALEnvarchar8 The locale of the item.
ELEMENT_VERSIONnvarchar 16 The version number of the activity (element).
STATUSnvarchar 16 The status of the item.
ELEMENT_TITLEnvarchar256 The activity (element) title in the item.
ELEMENT_VENDORnvarchar64 The name of the organizational entity that creates the custom activity, usually a company name.
GROUP_NAMEnvarchar 128 The internal name of a group.
GROUP_TITLEnvarchar 128 The display name of a group.
GROUP_IMAGE_PATHnvarchar256 The image path for the created group.
CONTEXTMENU_IMAGE_PATHnvarchar256 The context menu image path for the item.
COLOR_CODEnvarchar 16 The color code for the group name.
GROUP_DESCRIPTIONnvarchar 2048 The description of the group.
ELEMENT_TYPEnvarchar32The type of an activity (element). It can be a functional or non-functional activity, such as swimlanes.
ENABLEMENTnvarchar 16 The type of enablement. The only accepted value is WebOnly. This field is reserved for future use.
MASTER_ICON_PATHnvarchar256 The path of the master icon.
TREEVIEW_ICON_PATHnvarchar256 The path of the tree view icon.
ELEMENT_DESCRIPTIONnvarchar 2048 The description of the activity (element).
EXECUTABLE_ENVnvarchar 16 The environment for the execution. This column is reserved for future use.
EXECUTABLE_KEYnvarchar 2048 A unique key of the activity.
DOCUMENTATION_LINKnvarchar 2048 The documentation link of the item.
ORDER_BYint 4 Represents the position of an activity within the tab.
CREATED_DATEdatetime8 The date the item was created.
CREATED_BYnvarchar64 The user who created the item.
LAST_UPDATED_DATEdatetime8 The date the item was last updated.
LAST_UPDATED_BYnvarchar64 The user who last updated, or modified, the item.
MODEL_TYPEnvarchar 16 The type of the model used to create the item. The only accepted value is BPM. This column is reserved for future use.

Relationships

Table Name Relationship
WF_LARGE_DATAn – 1