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_IDvarchar32(Primary key) The unique item ID.
LABEL_NAMEnvarchar 1024 The label name of the item.
DESCRIPTIONnvarchar 2048 A free text description of the item.
APP_IDvarchar32(Foreign key to WF_ENABLED_APPS table) The ID (GUID) associated with the item.
CREATED_DATEdatetime8 The date the item was created.
CREATED_BYnvarchar64 The user who created the item.
PRE_VERSIONnvarchar 16 The previous version of the item.
VERSION nvarchar 16 The current version of the item.
STATUSnvarchar 16 The status of the item.

Relationships

Table Name Relationship
WF_ENABLED_APPSn – 1
WF_PROC_DEFS1 – n