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