Hello,
I am phasing a big issue with my workflows. When a lot of workflows are in progress then all of them get suspended with Http 429 on my list. The workflow with most occurrences of the issue is one that I have a web service call on it. It makes the HTTP Call in order to get the items that meet 3 conditions I gave. Then it saves those on a dictionary. Later I have a loop that loops the dictionary as many times as the number of the items in the dictionary. Then it updates all those items with 3 fields: Signature, Satus = Delivered and Delivered Date and Time.
I have literally searched everywhere on the internet for an answer but with no luck. I have tried a lot of thinks and none of them really helped.
Any ideas are very much welcome.
Thanks!