Closed
Load-DataPage functioning
When we use Load-DataPage for async loading what happend behind the scene.?
Is it executed on seperate requestor?
Is it queued for any pega default agent?
Do same thing happen when we use call-async-activity?
Hi Ankush,
when we use Load-DataPage method, system uses background thread to run asynchronously with the main thread.
Also, it is the same behaviour when you invoke Call-Async-Activity. When you invoke any activity using this method, you can only use 2 methods i.e., Load-DataPage and Connect-Wait, which makes it an option where you can create an reusable activity to group and load a set of data pages.
Hope, this helps.