Hi,
What would be the state of the queue when stop and kill clicked.
Lets take 10 transactions, bot is processing the 5th transaction.
Thanks in advance!!
Pavan.
Hi,
What would be the state of the queue when stop and kill clicked.
Lets take 10 transactions, bot is processing the 5th transaction.
Thanks in advance!!
Pavan.
When the question is about Queue Item Status:
Stop / Raised Stop Signal
Kill / Raised Kill Command
If your question is when you killed the Job from Orchestrator what happen to the current processing queue item.
If yes, then the processing queue is forcebly stopped and in the InProgress state after 24 hours the queue status changes to Abandoned.
Hope it helps!!
Hi @mkankatala ,
What would be state of queue if click ‘stop’ from orchestrator ?
The ongoing queue item will be processed after that the process get stops, when you click stop from the orchestrator
Okay @Pavan_kumar15
If you select the stop option then it will send stop signal to Should stop activity, when the should stop activity is encountered then the bot stops smoothly.
Take a scenario, we have 10 queues the 5th queue item is executing in process transaction state and selected the stop option in Orchestrator and this will be in RE Frameworks,
In this case, the processing 5th queue item will process till the end of all states, when the bot will come to Get Transaction item there is Should stop activity encountered, then transaction item changes to nothing, when there is no transactions the bot smoothly come to End process and ends the execution.
Check the below image for Get Transaction state,
Hope it helps!!
please confirm to us that the state of a queue item is meant, as we encounter several mention of the “Queue State”
The Queue itself has not a “State”
Thanks @mkankatala , got it.
It’s my pleasure… @Pavan_kumar15
Happy Automation!!
When you click “Stop” or “Kill” in UiPath Orchestrator, the current processing flow determines the status of the queue item. If the item is in progress, it may remain in the “InProgress” state. However, if there’s no persistence involved and the item remains in progress for 24 hours, it transitions to the “Abandoned” state after 24 hours.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.