mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 16:03:47 +00:00
fix: non skipped failures stop even in presence of an error handler
This commit is contained in:
@@ -639,7 +639,7 @@ pub async fn update_flow_status_after_job_completion_internal<
|
||||
return Ok(Some(RecUpdateFlowStatusAfterJobCompletion {
|
||||
flow: parent_job,
|
||||
job_id_for_status: flow,
|
||||
success,
|
||||
success: success && !is_failure_step,
|
||||
result: nresult,
|
||||
stop_early_override: if stop_early {
|
||||
Some(skip_if_stop_early)
|
||||
|
||||
Reference in New Issue
Block a user