Override this method in order to programmatically add resources to the deployment created by this process application.
This method is invoked at deployment time once for each process archive deployed by this process application.
NOTE: this method must NOT call the {@link DeploymentBuilder#deploy()}method.
@param deploymentBuilder the {@link DeploymentBuilder} used to construct the deployment. @param processArchiveName the name of the processArchive which is currently being deployed.
|
|