Extending SharePoint Designer Workflows
March 21, 2009 Leave a comment
Building out workflows using SharePoint Designer is a great way to create basic, and even complex workflows for SharePoint without having to know C# or VB, or ever having to open Visual Studio. Sure, there are some drawbacks, such as ease of reusability, but, this extends the power of SharePoint down to non-developers to be able to drive business processes in SharePoint.
Like SharePoint itself, SharePoint Designer built Workflows can be extended as well, to create custom actions to do more with SharePoint Designer workflows than what comes out of the box.
The main point of this post is to direct you to two great projects on CodePlex that have done just that:
- iLoveSharePoint SharePoint Designer Actions 1.0: http://www.codeplex.com/iLoveSharePoint/Release/ProjectReleases.aspx?ReleaseId=20898
- Useful SharePoint Designer Custom Workflow Activities: http://www.codeplex.com/SPDActivities
Both of these projects fill some of the voids with SharePoint Designer workflow actions, such as the ability to send emails with file attachments or list item attachments, start another workflow.