Skip to content

Commit

Permalink
include collection param
Browse files Browse the repository at this point in the history
  • Loading branch information
camlyall committed Jul 13, 2023
1 parent 83ebca4 commit 725ce4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/batch/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func (a *BatchActivity) Execute(ctx context.Context, params BatchWorkflowInput)
ProcessingConfig: params.ProcessingConfig,
CompletedDir: params.CompletedDir,
RetentionPeriod: params.RetentionPeriod,
RejectDuplicates: params.RejectDuplicates,
}
_ = a.batchsvc.InitProcessingWorkflow(ctx, &req)
}
Expand Down

0 comments on commit 725ce4a

Please sign in to comment.