How to stop the bot after throw

Hello @rsr.chandu

You can use File Exists activity to check whether the file is present or not. Use an if activity, if file doesn’t exists, then use a Throw activity. All these activities can be placed inside a Try Catch activity.

In the Catch you can catch the exception and send the email. Else if you are using the Reframework, then in the End process you can add a email sequence.

Thanks