Skip to main content
June 19, 2024
Solved

Ways to retry integration errors

  • June 19, 2024
  • 5 replies
  • 0 views

Hi!

Does anyone know if there is a native or out of the box way to retry an integration when it fails? or the only option is to do a manual retry on the object that uses that integration?

    Best answer by yogip3177

    Yes, Appian performs automatic retry in certain scenarios (ex. timeout). Please check 'Automatic Error Handling' for more details.

    https://docs.appian.com/suite/help/24.2/Automatic_Error_Handling.html

    5 replies

    sarathkumr268295
    June 19, 2024

    What do you refer as integration failure over here? You can call the integration object in the process model and if you get failure response from the end point, you can implement retry mechanism using delay timer and looping

    June 19, 2024

    Hi Sarathkumar, I have implemented retry mechanism using delay timer and looping before but I was wondering if there is a way to skip that and where Appian itself resolves that, in case for example when an integration fails(status code <> 200). You get what I mean?

    sarathkumr268295
    June 19, 2024

    There are certain inbuilt mechanism mentioned by Yogi. But I'm not sure what you mean by resolving those. Its within our discretion decide for which status codes what need to be done. For example, for some errors like 500 internal server error, we will implement retry mechanism.

    yogip3177Answer
    June 19, 2024

    Yes, Appian performs automatic retry in certain scenarios (ex. timeout). Please check 'Automatic Error Handling' for more details.

    https://docs.appian.com/suite/help/24.2/Automatic_Error_Handling.html

    June 19, 2024

    Thank you!!