Resume the process from it left once restart the queue

Hi,
I have item in the queue bot took item from queue and made entry on first screen but when it was making entry on second screen process got interrupted. So in next run I want to resume the entry from second screen not from first screen to avoid duplicate entry.

How to achieve this please suggest me.

Thanks
A.Nadeem

@akhtar.nadeem

Whenever the bot fails…add a new item manually donot use retry of queue…and while adding include a identifier to start the process from where it failed…

To get identifier…before major steps include a set asset and write the stage name and check it and pass it to add queue item data while adding when failed…and include conditions in process xaml to start accordingly

Hope this helps

Cheers