The current "Bulk retry" feature has the ability to let us "Retry from the start" or "Retry at a specific step". But not all workorders will fail at the same step and starting from the start might send duplicate data for steps that have already ran successfully.
For example,
work order A
might have failed on
step 2
, and
Workorder B
might have failed at
step 6
. I don't necessarily want to start
workorder B
on
step 2
because it already has _successfully_ ran
steps 2 - 5
and only failed on
step 6
.
As a project admin, i want to be able to "Bulk retry" all failed workorders under a specific workflow(maybe even in my entire selection of work orders, regardless of the workflow type) starting from their individual "Failed steps".