Triggering logic while bot is stop

Hello everyone,

We have an attended bot configured to automate specific processes. Is there any activity, method, or functionality available that can identify when the bot is accidentally stopped or intentionally halted from UiPath Assistant? We aim to trigger specific logic when the bot is either accidentally or intentionally stopped.

Hi,
Can you give some examples of when this happens that way we can better discuss a solution.
One thing my team does is we put the entire process logic in a try catch and if it fails it then emails the designated developer. You can add other specific logic in your catch also i.e. re running the job or resetting the transaction item. (Incase it’s not in a REF)

Hi you need to use the RE-Framework

  1. If no transaction then send an email to the business user
  2. Unknown exception send email to the business user

try to use the UiPath global exception handler
image