OpenFn / lightning

OpenFn/Lightning ⚡️ is the newest version of the OpenFn DPG and provides a web UI to visually manage complex workflow automation projects.
https://openfn.github.io/lightning/
GNU Lesser General Public License v3.0
123 stars 33 forks source link

Retrying rejected work orders does not work #2391

Open christad92 opened 4 weeks ago

christad92 commented 4 weeks ago

Retrying rejected runs returns 0 runs enqueued and does not retry the work order.

When a work order is rejected, users should be able to retry the work order by selecting the checkbox and clicking the retry button. Rejected work orders don't have runs but have input data that can be used to restart the run from the start.

https://www.loom.com/share/2a9bb9756a6d45ee9451f49a896ca837

christad92 commented 4 weeks ago

This might have been introduced with snapshots but it's worth looking at this when fixing this.