[jboss-user] [JBoss jBPM] - Re: fork and join childeren

salaboy21 do-not-reply at jboss.com
Thu Nov 13 11:02:07 EST 2008


At first sight.. 
I think you have a concept problem.. 
Remember that signal method will execute your process until the processInstance reach a wait state...

And the process is behaving well!!

If you look you very nice graph and follow the signals you will see...
1) the first signal will go out from the start node
2) in this step you have two child tokens waiting in the S1 and S2
3) the next signal (the second one) signal the S1 child token and it moves to join...(the parent token is still in the fork node)
4) the next signal (the third one) will signal S2 and then beacuse S1 and S2 are both in the join node your output will be end

Its that clear?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189139#4189139

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189139



More information about the jboss-user mailing list