How can I terminate an automation

Hi all,

I am wondering how can I terminate an automation if there is an exception that occurred? I already put in a try catch activity but I am unsure of what’s next.

Thanks all

With Regards,
Jasper

Hello @jasperlzx,

As you said that you’re using try-catch activity. when exception occurs in try then catch block will execute. so workflow will automatically fail/stop executing.

Thanks,
Pankaj

Hi @jasperlzx

You can use throw activity

Thanks
Ashwin.S