[jboss-user] [JBoss jBPM] - Re: Dynamic transitions??

jbarrez do-not-reply at jboss.com
Thu Apr 9 03:08:36 EDT 2009


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



More information about the jboss-user mailing list