hi there,we have an issue with the node "call web service". We are sending some information to "System A" by using the web service. But if "System A" is not available the web service node just stops with an error.
Though the flag "Pause Node on HTTP Error" is set to false.
I would like to handle the error in the process afterwards but this is not possible in this case. Is an easy solution available to handle this problem ? Otherwise I need think about a workaround.
thanks
Yusuf
Discussion posts and replies are publicly visible
you can check the HTTP Error status code, save it in a variable and then create some logic handling this problem, also check the list status codes that you might receive.
link: https://www.restapitutorial.com/httpstatuscodes.html
Hi Ahmad,
thank you for your feedback. But I think I found a similar problem already solved by a workaround:
community.appian.com/.../call-webservice-node-errored-out-and-process-is-active
I'm going to close this ticket