Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 TABLENAME nvarchar(128)   Default = '' The name of the table containing the output.
 TABLEKEY nvarchar(50)   Default = '' A key by which this table will be referenced internally.
 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.
 DOWNLOADPARAMETERS xml Used to hold parameters passed to the server when the output is downloaded.
 COLUMNMETADATA xml Data describing certain additional properties of the columns in the output table.
 EXPORTCOLUMNMETADATA xml
 MARTKEY nvarchar(255)   Default = ''

Foreign Key Field Type Null Notes Description
 BUSINESSPROCESSSTATUSID uniqueidentifier   BUSINESSPROCESSSTATUS.ID The ID of the business process run whose output is represented.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_BUSINESSPROCESSOUTPUT_DATEADDED DATEADDED    
 IX_BUSINESSPROCESSOUTPUT_DATECHANGED DATECHANGED      
 PK_BUSINESSPROCESSOUTPUT ID  
 UIX_BUSINESSPROCESSOUTPUT_BUSINESSPROCESSSTATUSID_TABLEKEY BUSINESSPROCESSSTATUSID, TABLEKEY    
 UIX_BUSINESSPROCESSOUTPUT_TABLEKEY BUSINESSPROCESSSTATUSID, TABLEKEY    

Trigger Name Description
 TR_BUSINESSPROCESSOUTPUT_AUDIT_UPDATE
 TR_BUSINESSPROCESSOUTPUT_AUDIT_DELETE
 TR_BUSINESSPROCESSOUTPUT_DELETE

Entity-Relationship diagram of this table