[jboss-user] [JBoss jBPM] - Re: porblem of identification and assigment
arjakki
do-not-reply at jboss.com
Wed Jul 12 17:13:41 EDT 2006
Hi ,
Here are the steps I think of . Yes you have use the JbpmConfiguration
static JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance();
JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext();
put the jbpmContext.setSession(..) , you need to set I think of it should be your hibernate session
TaskInstance taskInstance = jbpmContext.loadTaskInstanceForUpdate(taskInstanceId);
taskInstance.setActorId(actorId);
Thanks
arjakki
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957536#3957536
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957536
More information about the jboss-user
mailing list