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.
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.