How to Fix Stuck Workflows that are Not Rerunning After a Delete Action?

This topic was automatically generated from Slack. You can find the original thread here.

I have a couple of workflows that are configured to rerun but they seem to be stuck in a pause and are not rerunning… I have to manually select all and replay…. What to do pls, I will lose the payload because a delete action already happened hence why they entered the rerun logic

I think you can see the rerun details on the step that failed. Does that give you any info?

https://pipedream.com/docs/workflows/settings#auto-retry-errors

There’s no failed step… It’s a clean up process, so the first run deletes an existing record…… and then runs $.flow.rerun(500, null, 3) to rerun…. The 2nd run is suppose to link the record to another….

So at the moment, they are all stuck in that 1st run… just showing paused

When I manually rerun, they all run fine…

So when they run on their own, they get stuck in the paused state and never resume on their own, but when you manually replay, then they resume after the pause, as expected?

Can you share a link to your workflow so we can take a look, if this is still happening?