Merge branch 'launch' into launch

This commit is contained in:
Frikky
2022-07-14 13:28:36 +02:00
committed by GitHub
11 changed files with 473 additions and 273 deletions
+1
View File
@@ -559,6 +559,7 @@ func runWorkflowExecutionTransaction(ctx context.Context, attempts int64, workfl
}
//log.Printf("BASE LENGTH: %d", len(workflowExecution.Results))
workflowExecution, dbSave, err := shuffle.ParsedExecutionResult(ctx, *workflowExecution, actionResult, false, 0)
if err != nil {
b, suberr := json.Marshal(actionResult)