super.startAndWaitUntilControlIsReturned();
}
public void run() {
try {
processEngineConfiguration.getCommandExecutorTxRequired()
.execute(new ControlledCommand(activeThread, new SuspendJobDefinitionCmd(null, null, processDefinitionKey, true, null)));
} catch (OptimisticLockingException e) {
this.exception = e;
}
log.fine(getName()+" ends");