1718192021222324252627
return null; } NodeInstance ni = NodeInstance.getNodeInstanceByID(ptNI .getCorrInstance().getUid()); try { ni.returnBack(); } catch (WFException e) { this.setEchoValue(e.getMessage()); return NO_FORWARD; } return DEFAULT_FORWARD;
3233343536373839404142
this.setEchoValue(e1.getMessage()); return NO_FORWARD; } try { ni.returnBack(); } catch (WFException e) { this.setEchoValue(e.getMessage()); return NO_FORWARD; } return DEFAULT_FORWARD;
3132333435363738394041
return NO_FORWARD; } try { NodeInstance nn = ni.returnBack(); nn.returnBack(); } catch (WFException e) { this.setEchoValue(e.getMessage()); return NO_FORWARD; }