[jboss-user] [JBoss jBPM] - Re: async pain
kukeltje
do-not-reply at jboss.com
Thu Jun 21 05:20:32 EDT 2007
If you expect the fork to behave as a multi-threaded parallel execution, then sorry.. that is not what jBPM is/does. If you want that, make the nodes in each leg of a fork async, but not the fork itself.
According to the code, async on a node locks the currenttoken. Not strange then that in the join it cannot be reactivated. So try removing the async on both join and fork.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056348#4056348
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056348
More information about the jboss-user
mailing list