Skip to main content
yusufa
March 1, 2021
Question

Call Web Service node pauses / error

  • March 1, 2021
  • 2 replies
  • 0 views

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

2 replies

March 4, 2021

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

yusufa
yusufaAuthor
March 5, 2021

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