mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
feat: store failed_retries per module state and display failed retries in flow status viewer
This commit is contained in:
@@ -3811,6 +3811,7 @@ async fn restarted_flows_resolution(
|
||||
flow_jobs: _,
|
||||
branch_chosen: _,
|
||||
approvers: _,
|
||||
failed_retries: _,
|
||||
} => Ok(truncated_modules.push(module)),
|
||||
_ => Err(Error::InternalErr(format!(
|
||||
"Flow cannot be restarted from a non successful module",
|
||||
|
||||
Reference in New Issue
Block a user