I'm experiencing some issues, in regards to workflow notifications when the products are created from a custom addin scheduled job.
I'm currently trying to trigger the notification subscriper manually, but this doesn't seem to send an email.
_productService.Save(product);
product.WorkflowStateId = workflowState.Id;
NotificationManager.Notify(Ecommerce.Product.ProductWorkflowStateChanged, new Ecommerce.Product.ProductWorkflowStateChangedArgs(product, 0));