Author: Tales from the Evil Empire : ASP.NET | Posted on: 9/6/2013 7:25:32 PM | Views : 1330

Workflows in Orchard 1.7 are a damn sweet feature, and in this post I’m going to show you a very simple and useful case: comment moderation and notifications. Let’s begin by going to the Modules screen and checking that the older Rules module is disabled, and the Workflows is enabled. Once this is done, let’s click on Workflows in the admin menu and click on “Create a new Workflow Definition” on the top-right of the screen. You’ll be prompted for a name. Let’s choose “Comment notification” and hit Save. You should now have a blank design surface for the workflow. Let’s drag the Content Published activity onto the design surface: Then click on the activity and select the pencil icon to switch to its edit screen: Find the Comment content type...(read more) ...

Go to the complete details ...