2324252627282930313233
} NodeInstance ni = NodeInstance.getNodeInstanceByID(ptNI.getCorrInstance().getUid()); WFUtil.refreshWFPara(ni.getProcessInstance()); try { ni.perform(); } catch (WFException e) { this.setEchoValue(e.getLocalizedMessage()); return null; } return DEFAULT_FORWARD;
6566676869707172737475
} else { ProcessInstance pi = null; try { pi = wfi.loadProcessInstance(wfUid); NodeInstance ni = pi.getFirstActivityNode(); ni.perform(); } catch (WFException e) { e.printStackTrace(); this.setEchoValue(e.getLocalizedMessage()); return NO_FORWARD; }
3334353637383940414243
this.setEchoValue(e1.getLocalizedMessage()); return NO_FORWARD; } try { ni.perform(); } catch (WFException e) { this.setEchoValue(e.getLocalizedMessage()); return NO_FORWARD; } return DEFAULT_FORWARD;