13227 workflow wrong completed workflowrun state when multiple branches (#13344)
This commit is contained in:
@ -6,6 +6,7 @@ export const getNodeVariantFromStepRunStatus = (
|
||||
): WorkflowDiagramNodeVariant => {
|
||||
switch (runStatus) {
|
||||
case 'SUCCESS':
|
||||
case 'STOPPED':
|
||||
return 'success';
|
||||
case 'FAILED':
|
||||
return 'failure';
|
||||
|
||||
Reference in New Issue
Block a user