WF_APP_LABEL

Description

Contains release information for an application. In the database, applications are referred to as process models or process definitions.

Columns

For the descriptions in this table, the term item refers to a published application.

Column Name Data Type Size Description
LABEL_ID varchar 32 (Primary key) The unique item ID.
LABEL_NAME nvarchar 1024 The label name of the item.
DESCRIPTION nvarchar 2048 A free text description of the item.
APP_ID varchar 32 (Foreign key to WF_ENABLED_APPS table) The ID (GUID) associated with the item.
CREATED_DATE datetime 8 The date the item was created.
CREATED_BY nvarchar 64 The user who created the item.
PRE_VERSION nvarchar 16 The previous version of the item.
VERSION nvarchar 16 The current version of the item.
STATUS nvarchar 16 The status of the item.

Relationships

Table Name Relationship
WF_ENABLED_APPS n – 1
WF_PROC_DEFS 1 – n