I fixed it.
It is not possible to use
| vTaskInstance.getToken().signal("Yes"); // or also ("No")
|
but the right way is :
| vTaskInstance.end("Yes"); // or also ("No")
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179387#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...