QueueItem Specific Content lost on queue retry

Hello.
I’m trying to process a TransactionItem that collects several information as specific content using REFramework. If it fails with a system exception, when it retries the item in queue, it doesn’t save any of the information I stored as specific content, making me have to do all of the process again instead of being able to save time and know which information I already collected. Is there a fix for this?

A queue item is just failed or succeeded. There’s no partial. You’d have to set up your code to create a new queue item with the information needed for your process to know where it left off.

Welcome to UiPath Community @RPADeveloper3
In Reframe work ,you do need to worry about the content loss.once queue item is retried,the automation just execute the same process layer and automatically get the specific content from the retried queue item.