Do not log out the payload

This commit is contained in:
Achim Rohn
2026-04-08 17:03:38 +02:00
parent d4008e3655
commit 8a3d041e3f
+1 -1
View File
@@ -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