Hello,
If we use 'IsStopRequested', it will stop the process. But here my requirement is to free up one or two resources from 'N' number of resources running the same process/queue items and the rest of the resources should continue to work on the queue items without stopping it.
For example:
a) The process added 100 items to the queue
b) Resource 1 started to process the 1st queue item and locked it
c) Resource 2 started to process the 2nd queue item and locked it
d) Resource 3 started to process the 3rd queue item and locked it
e) Resource 4 started to process the 4th queue item and locked it
Now, I would like to free up Resource 2 after it completed the 2nd queue item process. All other resources (1,3 and 4) should continue with the 5th to 100th queue items.
------------------------------
Nagendra Somasetty
RPA Architect
AIG
America/Chicago
------------------------------