Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 ALLOWSIMULTANEOUSEXECUTION bit   Default = 0 Designates whether or not multiple instances of the same process type can be run simultaneously.
 NAME nvarchar(60)   Stores the name of the business process
 DESCRIPTION nvarchar(1000)   Default = '' Stores the description of the business process
 BUSINESSPROCESSSPECXML xml   Contains the xml definition from which the business process was built.
 PARAMETERTABLENAME nvarchar(100) Default = '' Name of the table which stores the parameters for the business process.
 PARAMETERLABELFIELD nvarchar(100)  
 SECURITYUIFOLDER nvarchar(255)   Default = ''
 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
 RECORDTYPEID uniqueidentifier   RECORDTYPE.ID FK to RECORDTYPE
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT

Index Name Field(s) Unique Primary Clustered
 IX_BUSINESSPROCESSCATALOG_DATEADDED DATEADDED    
 PK_BUSINESSPROCESSCATALOG ID  
 UC_BUSINESSPROCESSCATALOG_NAME NAME    
 UIX_BUSINESSPROCESSCATALOG_ID ID    

Trigger Name Description
 TR_BUSINESSPROCESSCATALOG_AUDIT_UPDATE
 TR_BUSINESSPROCESSCATALOG_AUDIT_DELETE

Referenced by Field
 BUSINESSPROCESSCOMMPREF BUSINESSPROCESSCATALOGID
 BUSINESSPROCESSINSTANCE BUSINESSPROCESSCATALOGID
 BUSINESSPROCESSSCHEDULE BUSINESSPROCESSID
 BUSINESSPROCESSSTATUS BUSINESSPROCESSCATALOGID
 BUSINESSPROCESSVIEW BUSINESSPROCESSCATALOGID
 QUEUEPROCESSRESULT BUSINESSPROCESSCATALOGID
 SYSTEMROLEPERM_BUSINESSPROCESS BUSINESSPROCESSCATALOGID

Entity-Relationship diagram of this table