Do not log out the payload
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user