There is a change in 6.5:
If a work queue item is locked at the end of a session, the clean up process now only marks the item with an exception. Previously this scenario would automatically create a retry for the queue item.
I havent tested it yet(holidays), but does it mean that any unexpected process exit, like mapiex crashing automate.exe or immediate stop action would result in queue item not being marked for retry regardless whether retry limit reached or not?
Maybe I misunderstood the description, but I don't see a rationale behind this change. I would expect exception to be followed with retry, just like when it is set via action. I cant think of any scenario right now where this is expected/desired behaviour.Â
If specific queue item should not be retried for some reason, it could be marked with exception from control room imo.