[jboss-user] [JBoss jBPM] - Re: resumption of the execution of a jbpm process after stop

ebrahimsalehi do-not-reply at jboss.com
Sun Sep 23 10:55:45 EDT 2007


Dear friend,
If you have the token of that process instance you can signal it and continue to execute regardless of jboss being running.
1)Token rootToken = processInstance.getRootToken();
2)save the token id somewhere(tknId)
3)shut down jboss
4) Token t = jbpmContext.getSession().load(org.jbpm.graph.exe.Token, tknId);
5)t.signal();
Kind Regards.
Ebrahim Salehi

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087640#4087640

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087640



More information about the jboss-user mailing list