This post originated from an RSS feed registered with .NET Buzz
by Mark Harrison.
Original Post: SharePoint Workflow
Feed Title: Mark Harrison
Feed URL: http://markharrison.co.uk/blog/xml.aspx
Feed Description: .NET Portals, Collaboration and eBiz
SharePoint has simple 'out of the box' workflow capabilities, but there suddenly seems to be an abundance of options for enhancing the workflow to handle more complex scenarios. The available options include:
Another option is to roll you own workflow logic. SharePoint enables developers to create more complicated workflow by using the SharePoint Event Sink API. The Event Sinks allow you to hook into the event model and provide custom handlers for the various events that fire as a result of some user action. Lamont Harrington has written some useful articles on this matter - part1part2part3. Also checkout the SharePoint Document Library Event Handler Toolkit which introduces developers to the Windows SharePoint Services list events feature for document libraries.