Failing to Return Completed/Exception Items in Work Queue
I have a simple process that works out of a single work queue. The queue is working as expected and processing records then flagging each record as either completed or failed with an exception. The problem I'm having is when I call "Get Completed Ite...