[jboss-user] [JBoss jBPM] - Re: Saving long spanning process in jBPM 4.0

rogerofyan do-not-reply at jboss.com
Tue Jul 7 12:36:01 EDT 2009


try to reload the execution instance before you signal it.

  | ProcessInstance execution = executionService.findProcessInstanceById(executionId);
  | execution.signalExecutionById(executionId);
  | 



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

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



More information about the jboss-user mailing list