You can store the processInstanceId in your http session, in some business entity, depending on your situation there are myriad of ways of doing that.
On Tue, Mar 30, 2010 at 12:30 PM, tolitius <[email protected]> wrote: > > StatefulKnowledgeSession ksession = > JPAKnowledgeService.loadStatefulKnowledgeSession( sessionId, kbase, null, > env ); > > Now, having a "ksession", how do I get to the right PROCESS_INSTANCE_ID, so > I can ksession.getProcessInstance()? > > Thank you, > /Anatoly > -- > View this message in context: > http://n3.nabble.com/Drools-Flow-Getting-to-the-right-Process-from-the-re-loaded-Session-tp686219p686219.html > Sent from the Drools - User mailing list archive at Nabble.com. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > -- - http://salaboy.wordpress.com - http://www.jbug.com.ar - Salatino "Salaboy" Mauricio -
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
