I have set a queue for auto retry with a max retries of 1. I only want a particular notification sent if the RetryNo from the queue item equals the max retries set on the queue (ie only send the email for the last try). I shouldn’t have to use the API to get the max retries from the queue, it should be a part of the transaction so I have easy access to the value.