[jbpm-users] [jBPM Users] - Re: workflow design about wait states

kukeltje do-not-reply at jboss.com
Wed Sep 16 06:04:27 EDT 2009


So you want a front-end thread to be blocking for (mostly) parallel executed jobs in the backend? Ar you sure? How long will these jobs be running? Is the process fully ended after these jobs like in your definition that was posted? 

So basically http://www.eaipatterns.com/BroadcastAggregate.html is what you want?

I'd look into using some kind of ajax polling to check if they are finished. 

And I assume there are multiple return variables since having multiple parallel jobs working on the same variable is kind of dangerous.


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

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


More information about the jbpm-users mailing list