[jboss-user] [JBoss jBPM] - Re: Linking subprocess with main process?
swatis
do-not-reply at jboss.com
Wed May 13 06:50:05 EDT 2009
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
More information about the jboss-user
mailing list