[jboss-user] [JBoss jBPM] - Re: Programmatically starting a process

vtysh do-not-reply at jboss.com
Tue Nov 27 01:57:20 EST 2007


You should save created instance manually. Try

  | ProcessInstance instance=processDefinition.createProcessInstance();
  | jbpmContext.save(instance);
  | 

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

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



More information about the jboss-user mailing list