I’m wondering what the current consensus is around deleting items in bulk. What is the most efficient method in terms of WU? Deleting one thing at a time using a recursive workflow with half second delay? Or deleting items until ~#50 and scheduling again after4-5 seconds?
How should I set this up? Schedule workflow on a list of all items I want to delete, send to backend workflow where it deletes first item and loops until is not > 1?
I think i’m missing something… How is this different then looping a non list workflow?