Reading Queue Item/Transaction metadata

Here’s what I want to do: When done with a transaction, I need to turn around and pull out the metadata for that transaction. That is, final Status, Retry Number, Start, End, Exception. I need to do ‘stuff’ with this metadata in another system.

For what it’s worth, the transaction does have an absolutely unique key in Specific Content. In fact, that key is the ONLY thing in Specific Content.

rabbit

Rabbit,

Status, Retry Number, Start, End(Due date or LastProcessingOn) and Exception are all properties of QueueItem. Is this not what you can make use of? Do you plan to use this information in a different workflow altogether?