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
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