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

______________________________________________________________________