How to stop the runner

Hi All,

I have a question. I want to stop the bot during execution of the bot but there is no uipath on that machine. Because bot is running on the unattended machine and bot is scheduled.so I can’t do anything from orchestrator.

Kindly let me know how to stop the runner bot.

You can do two things. Either ‘kill’ or ‘stop’ from the Jobs tab in orchestrator (for unattended bots like you said)

But ‘stop’ works only if the dev has used ‘Should stop’ feature in the process xamls.

Thanks for your help.

If I use kill then what Will be the process name.
Could you please tell me because on unattended machine there is no studio and I am not able to do anything from orchestrator because bot is scheduled.
I used executor.exe in kill process but it doesn’t work

Oh, you need to take a look at orchestrator training.

Anyway, if a process is scheduled it is triggered at the time of its scehdule so you can see the process being run in the ‘jobs’ tab of the orch.

If you hover at the end you can get options like stop, kill, view logs etc, and you can leverage those features for unattended bots.

Also, if you dont want to use then (not recommended) log in to the VM where the bot is running and end the UiPath robot service, or close the bot or go into the tray and stop the process from running.

Hope yo got this. :slight_smile:

2 Likes

Thank you for your help.
I will try it from myside.

Thanks :blush: