Integration timing out in PM

Certified Senior Developer

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

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    Yep. They are the same. It has 2 parameters which are embedded into the headers of the end point. 

    While testing from the integration, I am using the json body directly in rule input. While trying from process model, I am using an expression rule to construct the json and having it converted into json using a!tojson inside the expression. Then I am storing it in a pv and passing that pv as rule input into the integration object.

Children