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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...