Hello,
We have the following challenge:
We need to report all the activity in the Queue with a process.
When we get the items with exceptions from the queue we don't get the ones that have been completed in the second attempt.
So, if I have a Queue configured with 2 attempts and the first one fails and the second completes, how do I get the reason or info on why the first time/attempt failed?
If I do the Get Exception Items, that item is not returned, but it is returned if I do a Get Completed Items.
Is there anyway to get both?
Reading in the KT I see the attached question: someone needs to delete the exceptions attempts for a completed item, how is he going to have the exceptions for that same item if the Get Exception Items method is not returning anything at all?
I think I am missing something here.
Thanks,
Miguel