[jboss-user] [JBoss jBPM] - Re: Sub process is always null
salaboy21
do-not-reply at jboss.com
Wed Jul 2 07:27:37 EDT 2008
yeap.. i have the same problem as you...
i found the solution debugging..
and my solution was using the binding="late" in the process-state in the super-process...
So it may look like this:
| <process-state name="updateThreshold">
| <sub-process name="updateThreshold" binding="late"></sub-process>
| <transition to="viewAccount"></transition>
| </process-state>
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162014#4162014
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162014
More information about the jboss-user
mailing list