I have about 50 workflows that failed, and I made the fix. I would like to rerun them, but I don’t see a way to rerun the workflow because every single time I try to do it, it won’t work because there’s an empty payload. Is there an easy way for me to rerun all of these workflows with the webhook payload that was initially received?
Unfortunately, there isn’t currently a way to bulk rerun failed workflows while preserving the original incoming webhook payload.
Once you make the fix and rerun the workflow, the webhook trigger payload is no longer available automatically, so the run will fail if it depends on that input.
We do have a feature request open to support this.
For now, the options are:
Manually rerun the flows from Run History and paste in the original webhook input.
If you know the source that originally sent the webhook, retrigger the workflows from there, which would be the recommended approach.