Question
4
Replies
220
Views
Posted: February 21, 2020
Last activity: February 24, 2020
How do I use a function in an Activity that returns a HashMap – Java Type ?
Hi there ,
We have a function that has Output Parameter as HashMap - Java Data Type.
We need call this in an Activity.
How do i use this HashMap return data in Pega ? Can some one share example usage ?
Thanks.
Hi Team,
You can select the java method in the activity and write your logic. Please check if your business requirement fulfils with the predefined methods that were provided in the activity rule. If not then use the java step and write your java code there according to your requirement.