Assuming you know how to put process state node in main process and you have deployed the subprocess before main process then there is one thing you need to do is make change in org.jbpm.graph.node. DbSubProcessResolver class method
| JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | // below line is the code present comment this out and put above line in code | //JbpmContext jbpmContext = JbpmContext.getCurrentJbpmContext(); | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230782#4230782 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230782 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
