Merge pull request #255 from amitkinfopercept/master
Fix should go on launch branch.
This commit is contained in:
@@ -569,6 +569,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')
|
||||
@@ -6625,7 +6628,7 @@ const AngularWorkflow = (props) => {
|
||||
}
|
||||
</span>
|
||||
:
|
||||
<div style={{maxHeight: 250, overflowX: "hidden", overflowY: "scroll",}}>
|
||||
<div style={{maxHeight: 250, overflowX: "hidden", overflowY: "auto",}}>
|
||||
<b>Result</b>
|
||||
{data.result}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user