Hi,
I am using orchestrator queue to add the data that i downloaded from mail and accordingly I have to save it in orchestrator queue, and then using RE framework accordingly process the further processes.
The above process is happening on a daily basis and just adds the data in the same queue daily, so for example I have few queue items from yesterday which were not processed and there status is not successful so I want my bot to work in a way that firstly it will process those not succesfull queue items a day before and then when all those are processed then it will download new data for today and then again process them but in the same queue
So had an issue that how will my bot be able to recognize the status which is not succesful in queue and then start working on those queue items and not process on succesful one in RE Framework