Retry failed workflows

Is there a way to retry failed workflows? In particular in bulk?

We have had a few thousand workflows fail due to an issue with the database they were writing to, which has now been resolved.

Is there a way to replay the workflows so they can be processed?

Thanks
~Ben

Hello @Ben_Lewis!

In Retool Workflows, you can give your queries a "re-try" block under the settings tab. More details and an example for this can be found on our docs here :slightly_smiling_face:

Let me know if this works for you and meets your needs! Unfortunately you will have to manually add them to each query.

This will work for all future queries to have them re-run after a certain time and number of tries. I do not know if any way to re-run previously failed queries in a way that preserves the past data they were using/accessing.

You would have to manually trigger the same logic/events to fully replicate any unique features/variables of these past workflows. Hope this helps!