"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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
