Just follow this and it would work with single try catch also…basically the globalexception handler in studiox is catching the exception and then it is not rethrowing but is opening a window…if you suppress that then single try catch will do that job…and the way to do that is as below
- Open the globalhandlerx.xaml in notepad or notepad++
- Delete this part and save the xaml and then try to run the workflow (the part with trycatch on line 109 till 829 in my case
Attaching a sample file…try using this or create yours similar by having this as base
GlobalHandlerX.zip (1.4 KB)
Hope this helps
cheers