[jboss-user] [JBoss jBPM] - Re: Retry a Node, after exception.

jgreiner do-not-reply at jboss.com
Fri Sep 14 15:04:20 EDT 2007


Now I would like to kill the process instance.   I got my code from the source for the web console, but when I end the process instance is sits in the start node, when I end the tokens it spawns 2 more process instances and all 3 (original and 2 spawns) sit in the start node.

Any ideas?




  |                 Token tk = jbpmContext.loadTokenForUpdate(token.getId());
  |                 tk.end();
  |                 jbpmContext.save(token);
  |  
  | 

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

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



More information about the jboss-user mailing list