Added initial hybrid proxy setup

This commit is contained in:
frikky
2021-06-07 10:56:08 +02:00
parent 8844544d53
commit 60eeebb210
5 changed files with 39 additions and 13 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ const AngularWorkflow = (props) => {
}
if (param.name === "startnode" && outersub.id !== undefined) {
console.log("SHOULD SET STARTNODE: ", outersub)
console.log("SHOULD SET STARTNODE IN SUBFLOW SELECTION: ", outersub)
const innernode = outersub.actions.find(action => action.id === param.value)
console.log("FOUND NODE: ", innernode)
if (innernode !== undefined && subworkflowStartnode.id !== innernode.id) {