#204: Fixed file upload return failure handling for generated apps

This commit is contained in:
frikky
2021-01-21 15:15:29 +01:00
parent 2947e1d57e
commit 08f2d14319
4 changed files with 13 additions and 6 deletions
+4
View File
@@ -3278,6 +3278,10 @@ func handleExecution(id string, workflow Workflow, request *http.Request) (Workf
}
action.LargeImage = ""
if len(action.Label) == 0 {
action.Label = action.ID
}
log.Printf("LABEL: %s", action.Label)
newActions = append(newActions, action)
// If the node is NOT found, it's supposed to be set to SKIPPED,