fixed parsed execution result issue
This commit is contained in:
@@ -559,7 +559,7 @@ func runWorkflowExecutionTransaction(ctx context.Context, attempts int64, workfl
|
|||||||
}
|
}
|
||||||
|
|
||||||
//log.Printf("BASE LENGTH: %d", len(workflowExecution.Results))
|
//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 {
|
if err != nil {
|
||||||
b, suberr := json.Marshal(actionResult)
|
b, suberr := json.Marshal(actionResult)
|
||||||
if suberr != nil {
|
if suberr != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user