I need to repeatedly call a REST API until a remote task has been processed. Is there a way to create a while loop inside a microflow? I would trigger a break event in the loop once the response to the API call indicates that the remote task has been processed.
Currently, the Modeler displays an error because the loop is not iterating over a list. I don't have a list, I simply want to repeat the API call until the response meets a particular condition.