Using SharePoint to Automate Workflows-Part III Before you start your project check whether you have the following applications installed: .NET Framework 3.0 or above Runtime Visual Studio 2005 Professional Edition Windows Workflow Foundation extensions for Visual Studio 2005 Windows Communication Foundation (WCF, formerly Indigo) & Windows Presentation Foundation (WPF, formerly Avalon) –Optional Open Visual studio and Create a Sequential Workflow...
Tag: Workflow code
Using SharePoint to Automate Workflows-Part II
Sequential Workflows A sequential workflow—as the name suggests—represents a sequence of events that follow one upon other and each event is triggered by the outcome of the previous event. As a consequence, the start of a fresh event must wait the completion of the previous event. SharePoint allows users attach business processes to workflows and organize the sets of activities...