InstrumentUtils.incrJobCounter(getName(), 1, getInstrumentation());
try {
suspendJob(this.jpaService, this.wfJobBean, this.wfid, null, updateList);
this.wfJobBean.setLastModifiedTime(new Date());
updateList.add(this.wfJobBean);
jpaService.execute(new BulkUpdateInsertJPAExecutor(updateList, null));
queue(new NotificationXCommand(this.wfJobBean));
}
catch (WorkflowException e) {
throw new CommandException(e);
}