Added execution tracking when workflow finishes

This commit is contained in:
frikky
2020-10-02 04:13:25 +02:00
parent 5dac727441
commit 16a6bb2179
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -3117,6 +3117,7 @@ func getSpecificWorkflow(resp http.ResponseWriter, request *http.Request) {
//} else {
// //log.Printf("Set cache for %s", item.Key)
//}
log.Println(workflow.IsValid)
resp.WriteHeader(200)
resp.Write(body)