Hello All,
Is there any occasion CALL INTEGRATION node will stall and gets stuck for any reason (300s, 400s and 500s HTTP)? I expect it moves on irrespective of the call result. I don't plan on handling exception in the node but examine the result/error after the call.
Would like some recommendations from the community.
Thanks.
Discussion posts and replies are publicly visible
I have seen these nodes failing in case the other side was not available, meaning a network timeout.
My understanding is that network error will return success as false and status code as null. Integration Error object will have the error message. Yeah?
I did not run into such a situation recently. Use a fake URL and try it.
Fake URL does not stop the node. It still moves on and with success = false; Integration error will have error message.
That's good. Then it is really up to you to decide whether your process may proceed.
Hi,
I think In Appian, the Call Integration smart service does not stall on HTTP 300s/400s/500s. It completes execution with success: false, allowing the process to continue. Errors like timeouts or unreachable URLs are captured in the integrationError output, which you can handle downstream as needed.
success: false