13227 workflow wrong completed workflowrun state when multiple branches (#13344)

This commit is contained in:
martmull
2025-07-22 17:51:03 +02:00
committed by GitHub
parent dc617177a9
commit 01805cc71c
13 changed files with 444 additions and 466 deletions

View File

@ -6,6 +6,7 @@ export const getNodeVariantFromStepRunStatus = (
): WorkflowDiagramNodeVariant => {
switch (runStatus) {
case 'SUCCESS':
case 'STOPPED':
return 'success';
case 'FAILED':
return 'failure';