Fixed subflow selection with autocomplete mechanism

This commit is contained in:
frikky
2021-12-21 01:28:29 +01:00
parent 76b156750d
commit b9d30419fa
6 changed files with 321 additions and 206 deletions
+5
View File
@@ -557,6 +557,11 @@ func handleSubworkflowExecution(client *http.Client, workflowExecution shuffle.W
}
}
if apikey == "" {
log.Printf("[DEBUG][%s] Replacing apikey with parent auth", workflowExecution.ExecutionId)
apikey = workflowExecution.Authorization
}
//handleSubworkflowExecution(workflowExecution, action)
status := "SUCCESS"
baseResult := `{"success": true}`