[jboss-user] [JBoss jBPM] - Re: How logging me in as a user in JBPM (swimlane)
jits_1998
do-not-reply at jboss.com
Fri Sep 15 03:12:24 EDT 2006
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#3971853
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971853
More information about the jboss-user
mailing list