after creating your process, I think you need to actually 'start' it with a signal
call
ProcessInstance processInstance = < your newly created processInstance >
processInstance.getRootToken().signal();
at least, that's what I would try ;)
Hope this helps.
Dieter D'haeyere.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167907#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...