Smart Service Error Handling

Hi Guys,

 

There is any generic way to catch an error returned by a smart service?

For instance, for "Send Email" Smart Service if I encapsulate this node in a sub-process, when an error is returned the exception flow is activated. I want to know if this behavior can be applied in a generic way for other smart services.

 

Best Regards

  Discussion posts and replies are publicly visible

Parents
  • Hi fredericom,

    Generally in Appian, whenever a node or smart service breaks we get an alert with description. So to catch an error specifically you need to return that exception from java end to Appian as an output for smart service parameters.
    Put those output values into PV, Use this PV as reference for identifying error specifically.

    Hope this helps you.
Reply
  • Hi fredericom,

    Generally in Appian, whenever a node or smart service breaks we get an alert with description. So to catch an error specifically you need to return that exception from java end to Appian as an output for smart service parameters.
    Put those output values into PV, Use this PV as reference for identifying error specifically.

    Hope this helps you.
Children