How can I avoid the "No response for ECC message request with sysid=xxx after waiting for 30 seconds
Hello ServiceNow Community,We are currently running San Diego.and I have the following section of code in a Registration workflowvar request = new sn_ws.RESTMessageV2();request.setHttpTimeout(360000000);request.setEccParameter('skip_sensor', true);re...