Question
3
Replies
2944
Views
Billennium
Posted: April 17, 2018
Last activity: April 17, 2018
Closed
Solved
How to call an Activity from a flow action from other class?
Hello All,
I have created one activity say FetchEmpData which is written in the class HSBC-Int-EmpConn-ServicesService which is part of the RuleSet AppTwo:01-01-01.
Now I want to call this Activity from the Flow Action preprocessing section which is present in the class HSBC-Div-Unit-AppTwo-Work-Candidate of RuleSet
AppTwo:01-01-01
Thanks
Hi Rakesh,
If your INT class is in inherit path of work class you can directly call that activity, but usually it wont be as it is INT and WORK.
You can create an wrapper activity in HSBC-Div-Unit-AppTwo-Work-Candidate and use call HSBC-Int-EmpConn-ServicesService.FetchEmpData or use step page ABC mentioning in pages and classes with HSBC-Int-EmpConn-ServicesService.
Thanks,
Raghunatha