I have following “TRY - CATCH” activity,
I want to end work flow, when there is an exception, but I am getting error .
I have following “TRY - CATCH” activity,
I want to end work flow, when there is an exception, but I am getting error .
Hi @rathi.sham
Terminate workflow will always show as exception, if you want to end the process without making any kind of exception you should perform the last activity in the catch or finally block, but without using the terminate workflow activity
Regards
thanks for reply,
So if I need to end the work-flow when it catches exception, what activity I should be using?
The only activity that ends the workflow by itself is the terminate workflow activity, however it wills show the exceptio