Getting timeout error in task queue

0
Hi All,   I have to get data from rest api. There are 2 lakh records coming from REST API. To sync the data in my application in optimized way I have set offset and limit to retrieve data batch wise.  1. I am calling rest api in microflow, inside Root object storing that and passing this root object to another microflow which I am executing as task queue. 2. IN task queue microflow, through root I am retrieving its associated json object list (where all data from REST API is stored). On this list running loop, fetching data batchwise.   But I am getting timeout error. But when I am not executing the microflow as task queue then it is working fine. I am not sure why same microflow working without task queue but not in task queue and throwing time out error.   Please let me know how to resolve the issue of task queue. Please help me out, it is very urgent.   Thanks & Regards,  
asked
1 answers
0

Can you give more details about the error?

answered