This commit is contained in:
frikky
2021-02-12 10:57:24 +01:00
5 changed files with 85 additions and 15 deletions
+4 -1
View File
@@ -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>&nbsp;
{data.result}
</div>