Closed
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***
To see attachments, please log in.
Hi @TanyaS58: When you say the external system is taking time to respond, can help to understand if this is a async request made to external system (or) live call to get data from external system and what is the delay you are expecting. Also please help us to understand the use case and the usage of data in application.
Based on the application need, please also check if you can cache the data in PEGA using data page (or) a local storage. In this case you can make the data available in your cache (or) local storage using a background process (refreshed periodically based on application need) and your application logics can refer to the local data.
Thanks.