Workflow play button not shown as finished when workflow execution is aborted

This commit is contained in:
amitk
2021-02-11 23:37:10 +05:30
parent a52a675a45
commit 390630751c
+3
View File
@@ -566,6 +566,9 @@ const AngularWorkflow = (props) => {
}
break
case "FAILURE":
//When status comes as failure, allow user to start workflow execution
setExecutionRunning(false)
currentnode.removeClass('not-executing-highlight')
currentnode.removeClass('executing-highlight')
currentnode.removeClass('success-highlight')