[jboss-user] [JBoss jBPM] - taskInstances aren't persisted when persist a processinstanc

juangiovanolli do-not-reply at jboss.com
Wed Jan 24 15:19:48 EST 2007


Hi: 
      i'm having a rare problem. when i persist a jbpm processinstance, the related taskinstances aren't persisted. the code is shown below:


  | ProcessInstance pi = new ProcessInstance(SOME_PROCESS_DEFINITION);
  | pi.getRootToken.signal();
  | jbpmContext.save(pi);
  | 

viewing the taskinstances collection of the taskmgmtinstance related with the processinstance through the display console of eclipse (god bless that thing), i  view the taskinstance created, but is not persisted. Why? Any ideas?

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

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



More information about the jboss-user mailing list