You could try to model this functionality by setting a node-enter event on the error node, and retrieve the previous node the token was in and store it as a process variable.
After completion of the node, you can use this variable to get back to where you came from. But isn't a global exception handler easier to work with instead of the error node? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224556#4224556 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224556 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
