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
  • Hi Surendra,
    Agree with Shanmukha. You can simply put the Web API call in the a process and call this as a subprocess in main process. In the configuration, make this call as Asynchronous so that you main process will not wait for Web API to complete the call and it will continue to execute the flow in parallel.
    Hope this helps!!
    Thanks,
    Arati M
Reply
  • Hi Surendra,
    Agree with Shanmukha. You can simply put the Web API call in the a process and call this as a subprocess in main process. In the configuration, make this call as Asynchronous so that you main process will not wait for Web API to complete the call and it will continue to execute the flow in parallel.
    Hope this helps!!
    Thanks,
    Arati M
Children
No Data