Hi Apigee Community!
Is there a way to setup a time limit of 50s to the httpClient.send and then when it reach the time limit, the process will exit the js policy and continue without error? (the goal of this is to exit the JS policy before the message processor timeout)
setTimeout and setInterval method are not supported by the JS in Apigee Edge, and waitforComplete is not good to use. Any suggestion on how to do that?