Load-DataPage and Connect-Wait with PoolID
Hi,
Greetings. I am using Load-DataPage to load few Data Pages asynchronously, mentioning say PoolID as "DP" for all the three pages, this is all done in an activity, i am now using the Connect-Wait with this PoolID in another activity (in another Work Object), will the system wait for the requestors in that poolID to be completed even if i mention the Connect-Wait in another activity?
Scenario:
Same thread
WO-1, Load-DataPage - in activity A
WO-2, Connect-Wait - in activity B
Please note that these are on same thread.
Appreciate any help on this!
Regards,
Bharat
***Updated by moderator: Marissa to update categories***
According to the online help, the answer seems to be yes. Are you seeing anything different?
PoolID
PoolID is an arbitrary identifier used in the activity methods Load-DataPage and Call-Async-Activity to help manage asynchronous data loading.
Use PoolID to group child requestors as one: the system waits until all requestors with the same PoolID are finished before proceeding.
PoolID exists in the context of the activity using it, so you can have identical PoolID values in different activities without causing a problem.
PoolID can be any valid String, a property reference, or a parameter