[jboss-user] [JBoss jBPM] - Re: Strange behaviour when using fork

bungrudi do-not-reply at jboss.com
Wed Mar 5 02:16:35 EST 2008


ok here is an important point for you who happen to stumble into this thread..

Action handlers _MAY NOT_ continue graph of execution. it means that you cannot do node.leave(), executionContext.leave(), or token.signal() from inside an action handlers.

There is one case where you are allowed to do those in action handler. In fact, you _MUST_ do one of those in this case. It is when the action handler is in a node of type "Node".

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

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



More information about the jboss-user mailing list