Title:
工作流引擎异常,工作流运行或交互过程中可能出现的异常、错误。
Copyright: Copyright (c) 2004
Company:
1655165616571658165916601661166216631664
deleteNIRels.invokeUpdate(); } catch (Exception ex1) { ts.rollback(); ex1.printStackTrace(); throw new WFException("流程结束,保存结束状态出错::" + ex1.toString(), ex1); } ts.end(); }
170817091710171117121713171417151716
getProcessInstance().setExeStatus( Integer.valueOf(ProcessInstance.STATUS_FAILURE)); try { DAOUtil.BUSI().store(getProcessInstance()); } catch (Exception ex1) { throw new WFException("保存工作流实例失败状态出错", ex1); } throw new WFException(error + this); }
17681769177017711772177317741775177617771778
.setExeStatus( Integer.valueOf(ProcessInstance.STATUS_FAILURE)); try { DAOUtil.BUSI().store(this.getProcessInstance()); } catch (Exception ex) { throw new WFException("OR Conjunction 路由出错", ex); } return false; } backFinish = true; }