What is PooID In Connect-Wait Method

Hi All,

What is this PoolID in Load-DataPage and Connect-Wait method of Activity?

Can someone explain in simple language.

Thanks In Advance.

Hi @AbhishekC1725,
To know about PoolID in Connect-Wait Method and Load DataPage Method, refer the below links.

This will help you find your answer.

Thanks
Karthee P

Hi Abhishek, As you have asked to explain in simple language, sharing with you a detailed article on Asynchronous processing and Load-Datapage :slight_smile:

I hope this helps.

@duraisankar So basically it is a kind of flag to identify the particular requestor session ?

@AbhishekC1725 right but not particular requestor session, all the child requestors. To conclude-> pool id is used to group all the child requestors and pega will wait for all child requestors to complete processing. So all the child requestors runs asynchronously which will improve the performance and also pega will wait for all child requestors to complete processing so that we don’t have to worry if the processing is complete or not, pega will take care of it.