Queues question about in progress

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?

Thank you,

After 24 hours an In Progress item will change to Abandoned if it is not otherwise updated by an automation, API call, etc.

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

Hi @A_Learner

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.

Check the below one,

Hope it helps!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.