Delete all items in queue
Is it possible to configure a process to delete all items in a queue? Right now, my process design is: 1. "Get Pending Items" into a collection. 2. Loop through this collection with "Delete Item" as the only component of this loop. My problem with ...