Developer forum

Forum » Dynamicweb 10 » Workflow Change Email on first workflow step

Workflow Change Email on first workflow step

Theodor Perrier
Reply

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));


Replies

 

You must be logged in to post in the forum