Creating a Custom Site Workflow Activity Using C# in SharePoint

Praneeth Kaushalya | March 31, 2016 at 11:06 am

  In this tutorial, I will show you how to create a custom site workflow activity using C#. Before anything else, let’s gather what you need: Supported editions of Microsoft Windows and SharePoint. Visual Studio First, create a project to hold and test the custom workflow activity. To create a site workflow custom activity project: Look for the New Project dialog box by clicking New on the File menu, and then click New Project. Expand…


Workflow History: The Email Message Cannot be Sent

Manoj Viduranga | February 10, 2016 at 1:32 pm

As a matter of fact, it’s a pretty common error in the SharePoint environment and there are many blog articles cover the same issue; but this scenario is quite different. This error is a common output for many reasons to the point that it needs some effort to drill down to the source. It clearly states that your SharePoint Farm is not properly configured for outgoing email (sometimes this is not the reason) and the list…