Forum Discussion

jhagist's avatar
jhagist
New Contributor III
8 years ago
Solved

Rest API Test For Completion

I have a pattern where I run a REST POST api call and then need to run a REST GET to see if the request has completed. I need to somehow loop back to run the REST GET again if it isn’t done. Recom...