I’m working with Midjourney, and I want the scenario to attempt to repeat until the Midjourney image is completed.
My scenario at present consists of a webhook that is triggered whenever it receives a new image from Midjourney, followed by a router. Route 1 includes a filter where the payload status of the webhook is equal to completed; this route completes the scenario. Route 2 includes a filter where the payload status is not equal to completed, followed by a 60 second delay, followed by …? This is where I’m stuck. I basically want it to go back and check the webhook data every 60 seconds until the webhook payload status = completed and it can finish out the scenario.
This seems like it should be relatively straightforward, and though I’ve completed all the available courses in Make Academy, I haven’t been able to figure it out. If there is a better or more elegant way to accomplish this, advice is welcome.