Question
3
Replies
1326
Views
Knowledge Experts SA
Posted: July 24, 2015
Last activity: July 27, 2015
Closed
Solved
How can i call activity from a non auto generated section
Hi,
How can i call an activity from a non auto generated section with script ?
Thanks
Hi Wassim, Good Morning!
Could you please try the following code...
ParameterPage pp = new ParameterPage();
activityMap.putString("pyClassName", "PegaSample-Data-Product");
activityMap.putString("pyActivityName", "DefaultProductSelection");
Otherwise - there is an OOTB section in @baseclass.ExecuteActivity where we could pass class name and activity name. (little unsure of parameter page to this activity)
Please share your thoughts/comments, Thank you!
psahukaru