Can we Stop job\process from orchestrator robot tray after successfully execution of program using ui path?
Hi
of course we can kill the process from robot tray in the middle of execution of a process
Cheers @Kirti123
how? can you please help me?
Hi
go to START → search as uipath robot → this will open the robot tray at the botton right of the screen and we can see that along with notification icon
click on that ui icon and in that we will be able to see the process that got published and ran in this machine from orchestrator, there we can click on KILL or PLAY button for START a process from robot tray
for more info on this
https://docs.uipath.com/robot/docs/robot-agent
Cheers @Kirti123
can activity kill using ui path program?
KILL PROCESS activity is used to kill any application which is opened by the bot while executing theprocess
if we want to kill the uipath robot itself while the process is running we can use TERMINATE WORKFLOW activity along the process workflow so that it will stop the uipath application at that point
Cheers @Kirti123
thank you
Cheers @Kirti123