Are you sure the actions are completely finished. Check your database to see in which node
your token is.
Also, executionContext.getProcessInstance().signal(); is going to give you strange
behaviour since now you are signalling the root token. Try to use
executionContext.leaveNode().
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230290#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...