ALM Project Database Reference
td.BPM_PATHS Table
Description
Paths in a business process model.
Remarks
A path is composed of business process model elements. Links between a path and its elements are stored in the ASSET_RELATIONS Table.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key BPMP_IDThe record ID.int4   
 BPMP_PARENT_IDThe BPM_MODELS.BPMM_ID of the model the path belongs to.int4   
 BPMP_NAMEThe name of the item.varchar255   
 BPMP_CHECKSUMChecksum generated according to the elements included in the path.int4  
 BPMP_STATUS

The path status.  One of:
READY -  The path data is intact.
RESOLVE - The path needs to be manually resolved after re-import.

varchar40  
 BPMP_PRIORITYThe Model path priority.int4  
 BPMP_DESCRIPTIONA free text description of this item.varchar16  
 BPMP_COMMENTSComments.varchar16  
 BPMP_CREATION_DATEThe server date when this item was created.datetime4  
 BPMP_CREATED_BYThe user name of the user who created this item.varchar60   
 BPMP_PATH_DESCRIPTIONA free text description of this item.varchar16  
 BPMP_REP_REQ_IDThe requirement ID that represents the imported path. The requirement is created as part of the path’s import.int4  
 BPMP_TEXT_SYNCFor internal use. Do not change data.varchar1  
 BPMP_VTSThe version time stamp.varchar20   
 BPMP_VER_STAMPThe version number of this record.int4  
 BPMP_HAS_ATTACHMENTSY if this item has attachments.varchar1  
 BPMP_USER_01User-defined field.varchar40  
 BPMP_VC_CHECKOUT_USER_NAMEThe user who checked out the item under version control. If the item is not checked out, this field is blank.varchar60  
Indexes
IndexDescriptionPrimaryUnique
BPMP_CHECKSUM_IX2   
BPMP_NAME_IX1  
BPMP_PRIMARYKEY 
See Also