Deployer 10.7 | Product Build Properties and Supported Assets for Repository-Based Deployment | BPM Process Development | BPM-Specific Build Properties
 
BPM-Specific Build Properties
You must set the following BPM-specific build properties in the build.properties file when running the build script in the master_build directory.
bpm.acdl.model.ids
Optional. Semicolon-separated list of process IDs (that is, a concatenation of process project name and process model file name).
If the process does not exist in the source directory or one of its subdirectories, the value is ignored. If left empty, all process model IDs are included. This property can be used with or without the bpm.acdl.model.version property.
bpm.acdl.bam.model.ids
Optional. Semicolon-separated list of BAM process model IDs to add to the composite. BAM process models are tracking only and do not declare any dependencies. For example: testProcessProject/testProcessModel;testProcessProject2/testProcessModel2. If the process does not exist in the source directory or a child directory of it, the value is ignored. If left empty, no process model IDs are included. All process models are assumed to be BPM processes and will generate the standard process dependencies. This property can be used with or without the bpm.acdl.model.ids or bpm.acdl.model.version properties.
bpm.acdl.model.version
Optional. Version number of the process models to include in the build. Enter a single integer value (example, 1).
If this value is set, the build script includes only those process models in the source directory or one of its subdirectories that match the version number. If left empty, the build script includes process models of all versions. You can use this property with or without the bpm.acdl.model.ids property.