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
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
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?