Hi,
During the bot process in REFramework, if the user stops the bot when the bot in the middle of processing, what happens to the q items. Is there a special approach needed for the data item that is being processed at the time of stoppage?
Hello @A_Learner , If the process need to stop from the Orchestrator, the process transction will excute and again redirect to get transaction Data where check the stop signal and process will stop. In this case queue items not affected.
If you kill the process, it forcefully stop in the process transaction and the queue item remains In progress for 24 hours, later the queue item status changed as abandoned
If the users stop the execution of the bot at middle, the Transaction item which is in processing is set to InProgress state. After 24 hours it will changed to abandoned State.