Optimization: Made apps and executions way faster

This commit is contained in:
frikky
2021-01-12 18:29:27 +01:00
parent f0a299e69a
commit 34097f971e
11 changed files with 121 additions and 18 deletions
+2
View File
@@ -615,9 +615,11 @@ const AngularWorkflow = (props) => {
getWorkflowExecution(props.match.params.key)
} else if (responseJson.status === "FINISHED") {
console.log("STOPPING BECAUSE ITS OVAH!")
setExecutionRunning(false)
stop()
getWorkflowExecution(props.match.params.key)
setUpdate(Math.random())
}
}