Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 BUSINESSPROCESSPARAMETERSETID uniqueidentifier   This is the ID of the parameter set for this business process instance.
 SECURITYLEVEL tinyint   Default = 0 0 - All roles, 1 - Selected Roles
 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
 BUSINESSPROCESSCATALOGID uniqueidentifier   BUSINESSPROCESSCATALOG.ID The business process catalog ID for this business process instance.
 OWNERID uniqueidentifier APPUSER.ID The owner of the business process instance.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 SITEID uniqueidentifier SITE.ID The site of the business process instance.

Index Name Field(s) Unique Primary Clustered
 IX_BUSINESSPROCESSINSTANCE_BUSINESSPROCESSPARAMETERSETID BUSINESSPROCESSPARAMETERSETID      
 IX_BUSINESSPROCESSINSTANCE_DATEADDED DATEADDED    
 IX_BUSINESSPROCESSINSTANCE_DATECHANGED DATECHANGED      
 PK_BUSINESSPROCESSINSTANCE ID  
 UIX_BUSINESSPROCESSINSTANCE_BUSINESSPROCESSCATALOGID_BUSINESSPROCESSPARAMETERSETID BUSINESSPROCESSCATALOGID, BUSINESSPROCESSPARAMETERSETID    

Trigger Name Description
 TR_BUSINESSPROCESSINSTANCE_AUDIT_UPDATE
 TR_BUSINESSPROCESSINSTANCE_AUDIT_DELETE

Referenced by Field
 SYSTEMROLEPERM_BUSINESSPROCESSINSTANCE BUSINESSPROCESSINSTANCEID

Entity-Relationship diagram of this table