// attach this bpel archive with cApp
attachWithCapp(deploymentContext.getArchiveName(),
deploymentContext.getBpelPackageName(), tenantId);
parentProcessStore.sendProcessDeploymentNotificationsToCluster(
new NewBPELPackageDeployedCommand(deploymentContext.getBpelPackageName(), tenantId));
}