Cannot Trigger Catch With 'Click' Error

I am trying to trigger the ‘Catch’ behavior with an error from the ‘Click’ activity being unable to find the needed component. I have tried multiple types of exceptions including ‘System.Exception’ and ‘NodeNotFoundException’ and I have also used both settings for the ‘Continue On Error’ parameter of the ‘Click’ component. None of these settings have triggered the ‘Catch’ behavior and I am unsure what else to try. Attached are the file for the workflow and a screen-capture of the issue.


ProcessCatchFail.xaml (17.4 KB)

Hey

looks that you are in debug mode, trycatch will show the exception, if you click on continue it will pass to the catch field

Regards

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.