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 maheshp460,
No, the Call Integration node does not stall forever on 300s, 400s, or 500s unless there’s a network or timeout issue/misconfiguration in object.Check the response downstream to just make sure your timeout is reasonable and you're not relying on exception flows for status code logic.