okay got it.
Process instance id is generated after the process instance is stored in the db.
So to start using the process instance id you need to use:
| Step 1: org.jbpm.JbpmContext.save(ProcessInstance)
| Step 2: org.jbpm.JbpmContext.loadProcessInstanceForUpdate(long)
|
hope it helps..
cheers!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971853#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...