func validateAndNormalizeDeleteRequest(req *workflowservice.DeleteNexusOperationExecutionRequest, config *Config) error {
if req.GetOperationId() == "" {
}
if len(req.GetOperationId()) > config.MaxIDLengthLimit() {
return serviceerror.NewInvalidArgumentf("operation_id exceeds length limit. Length=%d Limit=%d",