Want to stop automation process when something goes wrong

Hi Everyone,

We are not using orchestrator and bot is attended bot i.e an agent will use an hotkey to trigger the process. Now we got a requirement to stop the automation process immediately when something goes wrong. i.e bot is running successfully but something with wrong data or logic which agent want to stop.

How to achieve this in RPA?

Thanks,
Ulaga

@Boopathi When ever exception happens and if that exception is not handled then bot will stop automatically.

  • Don’t use any exception handling like Try Catch.
  • If you want to stop while known exception occurred, you can use Terminate Workflow activity.