Issues with error handling

Issues with error handling

Comments

  • Hello!
    I have a flow which is used with API service. In that flow catch exception step has been added to catch all exceptions. However, when I send from API some wrong data, catch exception path is not triggered.
    How can I catch and register error in that case?
    Any help will be appreciated.

  • If you debug this flow in the flow designer with the same data you are passing into it as an API do you see the catch exception step get hit? The most likely reason you are not seeing this is that there is an outcome either error, or catch exception, on the step you are expecting to fail and that is handling that exception for you. You should be able to watch this process in the debugger.

Sign In or Register to comment.