I want use Kill process activity for kill process UiPath
But I don’t know how to set in kill process activity?

Please guide me for solve it.
Thank you.
I want use Kill process activity for kill process UiPath
But I don’t know how to set in kill process activity?

Please guide me for solve it.
Thank you.
For example if you want to kill Excel in the process name you need to write "Excel"
Similarly do for any program you want to kill
cheers
@Anil_G I use processName UiPath but not kill process

@pravallikapaluri I want to kill UiPath.
Because I use terminate workflow but not stop.
Please guide me for solve it.
Ternimate workflow would terminate the execution of the bot\
if it is not stoppign then it means there is some issue there
can you please elaborate…why you want to kill UiPath itself?
cheers
@Anil_G Exact requirement I want terminate process in sub try block.
But It not stop It go to catch in main block.
Can you suggest me for solve it?
Hi @Stef_99
Kill Process activity is use to terminate the application.
Process Name Field
To find the process name, follow the below steps
Example: I want to kill the AnyDesk.exe process. The process name for the application is
AnyDesk
Kill Process activity and set Continue on error property to True to avoid the termination of process.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.