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