With Python, you just need to create a simple loop to check on the status of the response and perform until it meets your criteria: task="" while task != "Complete": task=getTastStatus This is just a psuedocode example, but something similar to this will work. For your reference, there is a Python library for Anaplan in our knowledge base that handles all this, please take a moment to review and feel free to use if you like. Best, Jesse
... View more