diff --git a/workflow/workflow.go b/workflow/workflow.go index c377671..04ccb91 100644 --- a/workflow/workflow.go +++ b/workflow/workflow.go @@ -71,7 +71,7 @@ func (s *Step) HandleQueue(ctx context.Context, job queue.GeneralQueueJob) (queu } if nextStep != nil { result.ResultPayload[workflowIdParam] = workflowId - ersteller.Debug("Moving to next step ", nextStep.Name, "payload", result.ResultPayload) + ersteller.Debug("Moving to next step ", nextStep.Name) err = nextStep.Execute(context.Background(), result.ResultPayload) if err != nil { failurePayload := result.FailurePayload