Question
Can we invoke Same connector service to run in parallel for same requestor and how the requests is handled by Pega
We have a requirement to synchronously to call a connect soap to run in parallel for multiple request. No. of calls to service is based on the List of items available on a page list
Can you advise the below
- How the Requests are created and handled .
- How to control the Requestors creations and initiations of new one
For example :I have total 15 request I have loop through the page list to initiate for the first 5 and wait for them to complete by using connect wait in the calling activity. Then initiate next batch 5 so on.
Can we configure any settings which will allow it pick next item from next batch of 5, if one of service request calls in first batch is completed .
As per my understanding it will wait for all 5 to complete to pick the next batch.
Do we have any settings /options which can be configured to pick item from next set.
Or do we have to write custom java code?