FEATURE: Added automated authentication discovery

This commit is contained in:
frikky
2021-01-17 17:07:24 +01:00
parent 16caf4aac5
commit 00cdd02066
2 changed files with 105 additions and 8 deletions
+6 -1
View File
@@ -304,7 +304,7 @@ const Workflows = (props) => {
setSelectedExecution(responseJson[0])
setWorkflowExecutions(responseJson)
} else {
alert.info("Couldn't find executions for the workflow")
//alert.info("Couldn't find executions for the workflow")
setSelectedExecution({})
setWorkflowExecutions([])
}
@@ -397,6 +397,11 @@ const Workflows = (props) => {
data.triggers[key].status = "stopped"
}
}
for (var key in data.actions) {
data.actions[key].authentication_id = ""
}
data["org"] = []
data["org_id"] = ""
data.execution_org = {"id": ""}