We are using a POST integration to an external system. When calling the integration from the integration object, its working fine and giving success response. But when we are calling the same integration from the process model using call integration smart service, its getting timed out. The time out has configured to be 20 seconds. When checking from integration object, its taking around 7 seconds for giving sucess response.Only inside process model its getting timed out. Can anyone help on this?
Discussion posts and replies are publicly visible
To check the response time difference and other possible issues, try to call integration object in script task and compare.
I dont think there is means to call a post method from the script task in a process model. Get method can be called like that. Not sure on post