How to fetch details from an external system when the external system can take some time to respond back
I have a requirement where we need to fetch the data from an external system, but sometimes this external system can take up some time to respond back for our request. How to implement this?
***Edited by Moderator Marije to change type from General to Product***