[jboss-user] [JBoss jBPM] - Re: Thread.wait() in an Action

kukeltje do-not-reply at jboss.com
Wed Jan 17 05:40:59 EST 2007


simply because it is not good practice to use thread.waits in jbpm actionhandlers. jBPM core is (afaik) single threaded (but performant) because there is the possibility for async actions..

The reason a wait is not good in an action is that you e.g. introduce a waitstate in a state/node/task/... 

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

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



More information about the jboss-user mailing list