Hi all, is there a way to skip an node when error happens? I mean when

Hi all,
is there a way to skip an node when error happens?
I mean when it is hung in red status?
I know i can add an exception flow to deal with green status.

I'm calling a web service which returns a xml and i use it to create a document.
before the web service, there is a task which is used to create the request soap.
and after the web service , the smart service "Appian Document from base64" will create a document.
an unexpected error could happen in all of these nodes,
and result in the process being stopped.

in this case, exception flow doesn't work and the node can not skipped.

Can someone help me, please?

Thank you very much...

OriginalPostID-72962

OriginalPostID-72962

  Discussion posts and replies are publicly visible

Parents
  • We can also have the Send/Receive Messages to handle this kind of situation. Once the node errors out a Send Message node would help which would send the relevant data resulting into error. We would then have a receive node reading this message which will then trigger a task for the admin to work on it which would then flow into calling the webservice again.
Reply
  • We can also have the Send/Receive Messages to handle this kind of situation. Once the node errors out a Send Message node would help which would send the relevant data resulting into error. We would then have a receive node reading this message which will then trigger a task for the admin to work on it which would then flow into calling the webservice again.
Children
No Data