I have written an condition such that when ever the status of the API is completed, I will be hitting the same API continuously. But my problem is what happens if the API is taking too much time to get the status of API as completed…?
In order to overcome, I need to write a condition if my API is taking too much time to give the status as complete, I need to skip the execution of entire collection. can you please help me to do that.
Thanks,
Shanmukha