"[EMAIL PROTECTED]" wrote : a token that arrives in an end state causes the process to be ended. | | that is the definition of the end state. | | if you want all concurrent paths to finish before the process is ended, use a join before the end state.
Then ... if a token arrives to an end-state, the process instances is saved as "ended" in the database, breaking concurrents path of execution?? Or it will wait until other tokens reach a wait-state (as a task ...) ?? I think this is not a good behaviour to end all the process instance. It should end that execution path only, shouldn't it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932357#3932357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932357 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
