I have a workflow that initially executes a common set of nodes but then diverges to one of about 10 different complicated paths. I am looking for advice on a reasonable way to handle this.
My thought is to break up the full workflow into a common primary workflow and divergent secondary workflows. This would help maintenence. Anyway, after a decision, I would instantiate and run the secondary workflow but I don't see any simple way to do this from an ActionHandler. Is there an easy way to do this or do I just need to bite the bullet and either pass in or obtain another JbpmSession? -fm View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927801#3927801 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927801 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
