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: sequential workflow
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...
Using SharePoint to Automate Workflows Part I
Using SharePoint to Automate Workflows Part I Every business has processes and procedures. It is the way in which work is accomplished, tracked and managed. The process may be sequential or non-sequential. It has to be mapped if it must be automated. SharePoint server allows users to map the process sequentially or non-sequentially (State machine). We shall explore, in this...