| Paul's profilePaul Galvin's SharePoint...BlogListsSkyDrive | Help |
|
|
March 25 Towards SharePoint Technical Design Patterns: SharePoint Designer Workflow + Event Receiver = High Potency CocktailOne of the emerging patterns I find in crafting SharePoint solutions leverages SharePoint Designer workflow and an event receiver. Here is a business scenario to put it in context:
I can't calculate a holiday-aware due date in SharePoint Designer workflow very easily. I would have to create a custom action or use a 3rd party tool. However, it's easy enough to calculate such a date in an event receiver. Merge those two together and we get a pattern like this:
In the end, SPD workflow is communicated with an event receiver via the DoCalculateDueDate semaphore and we have holiday-aware due dates that are assigned at the exactly correct moment in the workflow's life. SharePoint Designer controls when the due date is assigned but the event receiver performs the actual calculation and assignment. </end> Technorati Tags: SharePoint, SharePoint Workflow TrackbacksThe trackback URL for this entry is: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!877.trak Weblogs that reference this entry
|
|
|