Question
Corporation Service Company
US
Last activity: 7 Dec 2020 9:51 EST
Load Multiple data pages asynchronously from Data transform
Hi,
I want to load 5-6 data pages using a data transform, since all are in independent of each other, I want to load them asynchronously in a data transform, so that I can improve the system performance. I could not find a way to do it.
I know we can call an activity from a data transform and then load the data pages async in activity, but dont want to create an activity, since it goes against the Pega recommendation.
I was thinking if I can create a function that accepts Data Page name and parameters and loads the data page asynchronously which I can then refer in a data transform, but could not find any java library or anything that can do the above.
Please let me know the best solution for that same.