How to set Time for if we call third party API response?

For specific time expecting the response

  Discussion posts and replies are publicly visible

Parents Reply Children
  • Hi Surendra,
    If that is the case, Can you make it asynchronous calls. For instance there is a web api which is returning huge results then it has to wait for some time. So in this case in the first call when you request for results it will just return you the transaction code and in the subsequent request you can send the transaction code to another web api that will return the results. it will be helpfull when you have your process model running in asynchronous way. we have already implemented such scenario in the SOAP web service with Appian calls.