From 1908109ffcc4b357750164afbd2071eb75f780b6 Mon Sep 17 00:00:00 2001 From: dhaval055 Date: Sat, 2 Jul 2022 11:33:52 +0530 Subject: [PATCH] fixed parsed execution result issue --- backend/go-app/walkoff.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go-app/walkoff.go b/backend/go-app/walkoff.go index c0f39ecd..239d99e2 100644 --- a/backend/go-app/walkoff.go +++ b/backend/go-app/walkoff.go @@ -559,7 +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) + workflowExecution, dbSave, err := shuffle.ParsedExecutionResult(ctx, *workflowExecution, actionResult, false, 0) if err != nil { b, suberr := json.Marshal(actionResult) if suberr != nil {