fix: non skipped failures stop even in presence of an error handler

This commit is contained in:
Ruben Fiszel
2023-09-29 00:39:17 +02:00
parent 0cad2bdb2f
commit c3292f10e8
+1 -1
View File
@@ -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)