[jboss-user] [JBoss jBPM] - Re: get current state of ProcessInstance
memius
do-not-reply at jboss.com
Thu Jul 31 09:31:36 EDT 2008
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#4167907
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167907
More information about the jboss-user
mailing list