[rules-users] How to get parameter in a Human Task Handler specified while starting the process.
Pardeep.Ruhil at lntinfotech.com
Pardeep.Ruhil at lntinfotech.com
Wed Nov 11 23:18:44 EST 2009
Hi,
I have doubt regarding accessing parameter specified when we start a
workFlow proccess.
Like as we do while starting a process in Drools Flow.
ksession = JPAKnowledgeService.newStatefulKnowledgeSession( kbase, null,
env );
Map<String, Object> parameters = new HashMap<String, Object>();
parametes.put("objAppInfo",new AppInfo("Hello"));
WorkflowProcessInstance processInstance = (WorkflowProcessInstance)
ksession.startProcess("
DemoFlow",parameters);
Now I want to access this "objAppInfo" paramters in my Handler specified
for the HumanTask.
Please tell me the method. To retrieve the same.
Thanks & Regards
Pardeep Ruhil
______________________________________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20091112/33f1c948/attachment.html
More information about the rules-users
mailing list