328329330331332333334335336337338
try { ExecutionService execService = this.processEngine.getExecutionService(); if(null==signal) execService.signalExecutionById(executionId); else execService.signalExecutionById(executionId, signal); } finally {
330331332333334335336337338339340
ExecutionService execService = this.processEngine.getExecutionService(); if(null==signal) execService.signalExecutionById(executionId); else execService.signalExecutionById(executionId, signal); } finally { env.close(); }