Node-level rerun for workflow executions
A
Amilcar Jose Morales Vivas
Users currently have no way to retry a workflow from a specific node. when an execution fails or times out, the only option is to rerun the entire workflow from the beginning. This forces unnecessary re-execution of steps that already completed successfully, which is especially painful in long-running or multi-step workflows.
users should be able to trigger a rerun starting from any specific node in a past execution, regardless of why the execution stopped (timeout, error, manual cancellation, etc.).