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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...