Workflow play button not shown as finished when workflow execution is aborted
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user