@@ -56,7 +56,8 @@ public class StartProcessVerifierDelegate implements JavaDelegate {
if(pi!=null){
log.info("There is already running process with ID: "+pi.getProcessInstanceId().toString()+" for application: "+execution.getVariable("applicationId")+". This process shall NOT start.");
//we don't want to wait if application is launched in simulation mode
log.info("No other running processes for application: "+execution.getVariable("applicationId")+", check if enough time passed since last process finished.");