How to stop the process automatically by bot based on specific condition

Hello,

I am using terminals in my process, whenever the terminal connectivity issue occurs i want to stop the process automatically by stop. Can any one please tell how to stop the process automatically by BOT.

Thanks and Regards,
Ananthaeswar.

Hi @Ananthaeswar2,

Use Terminate Workflow activity

Regards,
Arivu

Not sure UiPath recommend the use of Terminal Workflow activity. Within your State Machine (see ReFramework) you could add a handler to say that if this particular error occurs then you should End the process (e.g. move to Final State).

RD