Queue_State when Kill & stop clicked

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

  • depending on the implementation there will no further queue item be picked up and remaining Queue Items will stay within the Queue with its status

Kill / Raised Kill Command

  • depending on the processing flow the current processed Queue Items risks to be staying within the State inProgress. After 24 hrs (Assumption: no persistence is involved) the Queue Item Status changes from inProgress → Abandoned

Hi @Pavan_kumar15

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 ?

@Pavan_kumar15

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.

1 Like

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.

  • Stop: The item remains in the queue but is paused or halted.
  • Kill: The item is removed from the queue, and processing is forcefully terminated.
1 Like

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