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 {
|
if nextStep != nil {
|
||||||
result.ResultPayload[workflowIdParam] = workflowId
|
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)
|
err = nextStep.Execute(context.Background(), result.ResultPayload)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
failurePayload := result.FailurePayload
|
failurePayload := result.FailurePayload
|
||||||
|
|||||||
Reference in New Issue
Block a user