Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(60)   Default = ''
 DESCRIPTION nvarchar(100)   Default = ''
 SPECXML xml  
 RELATIVEURL nvarchar(1024)   Default = '' The relative path to the workflow service .xamlx that defines the workflow.
 DATEADDED datetime   Default = getdate() Indicates the date this record was added.
 DATECHANGED datetime   Default = getdate() Indicates the date this record was last changed.
 TS timestamp   Timestamp.
 TSLONG bigint (Computed) CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Key Field Type Null Notes Description
 DATAFORMINSTANCECATALOGID uniqueidentifier DATAFORMINSTANCECATALOG.ID The form ID of the form that started this worflow instance
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_BBWORKFLOWCATALOG_DATEADDED DATEADDED    
 IX_BBWORKFLOWCATALOG_DATECHANGED DATECHANGED      
 PK_BBWORKFLOWCATALOG ID  
 UC_BBWORKFLOWCATALOG_NAME NAME    

Trigger Name Description
 TR_BBWORKFLOWCATALOG_AUDIT_UPDATE
 TR_BBWORKFLOWCATALOG_AUDIT_DELETE

Referenced by Field
 BBWORKFLOWINSTANCEINFO BBWORKFLOWCATALOGID
 DATAFORMWORKFLOWTRIGGER WORKFLOWID
 FEEDALERTINSTANCEWORKFLOWTRIGGER WORKFLOWID
 RECORDOPERATIONWORKFLOWTRIGGER WORKFLOWID

Entity-Relationship diagram of this table