Hi,
I have a requirement where I have to check Pending Items in Work Queue before dumping a new collection into it.
So, I am using the following steps under a Loop stage with the input collection-
1."Is item in Queue?" action under "Work Queues" to retrieve data from Queue
2. If data is found remove row from input collection
3. If not found check for next item
I have set "Key" name based on the Input Collection column Name(single column).Basically, I am checking whether there is any duplicacy in the collections with that of the Pending items.There are around 1200 data in the collection.
So, whenever I am running the process from Control Room it is taking a lot time(almost 3s to loop one case that's around 45 mins to resolve 1200 cases)
Is it possible to reduce the time significantly?
Thanks well in advance.