Greatly increased execution speed

This commit is contained in:
frikky
2020-05-20 07:38:06 +02:00
parent 07237fb257
commit 5d092ddd41
7 changed files with 55 additions and 29 deletions
-1
View File
@@ -1790,7 +1790,6 @@ func handleExecution(id string, workflow Workflow, request *http.Request) (Workf
}
if len(workflowExecution.ExecutionId) == 0 {
log.Println("Making new executionId!")
sessionToken := uuid.NewV4()
workflowExecution.ExecutionId = sessionToken.String()
} else {