refactor(core): Unify failed and error execution status (no-changelog) (#8943)
This commit is contained in:
@@ -13,7 +13,7 @@ export function getStatusUsingPreviousExecutionStatusMethod(
|
||||
} else if (execution.finished) {
|
||||
return 'success';
|
||||
} else if (execution.stoppedAt !== null) {
|
||||
return 'failed';
|
||||
return 'error';
|
||||
} else {
|
||||
return 'unknown';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user