[jboss-user] [JBoss jBPM] - Re: spawning workflow from action handler Q
avbentem
do-not-reply at jboss.com
Thu Mar 29 04:36:51 EDT 2007
"brianmb99" wrote : I tried dynamically using subprocesses from a process-state node but couln't get it to work (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=76444).
Maybe things were different in the 3.0.2 version of jBPM you were using back then, but in 3.2.Beta2 the following really works just fine (also without the binding attribute):
<process-state name="My sub-process">
| <sub-process name="my-sub-process" binding="late"/>
| <transition name="" to="Done"></transition>
| </process-state>
Arjan.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032659#4032659
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032659
More information about the jboss-user
mailing list