Difference between workflow created using SharePoint Designer and Visual Studio Designer for Windows Workflow Foundation.

Posted: February 11, 2009 in SharePoint, Windows Workflow Foundation
Tags:

SharePoint Designer

Visual Studio 2005 Designer for Windows Workflow Foundation.

 

Can write only sequential workflows.

Can write both sequential and state machine workflows.

 

Automatic deployment against the specific list or library against which workflow is being designed.

Can be deployed as a feature.

Logic is defined declaratively using Steps which comprises of Conditions and Actions

Logic could be defined through custom code written using C# or VB.NET.

Workflows could be associated to a specific list or library.

Workflow can be authored as Template which once deployed could be associated with any list or library.

Workflow modifications not possible.

Workflow modifications are possible using Modification forms built using ASP.NET or InfoPath form.

Workflow markup, rules all are stored as a document library on the site.

Workflows are compiled as an .NET assembly.

Can’t be debugged.

Debugging is possible using Visual Studio.


Comments
  1. M Rajesh says:

    Hi,
    Now i am working in sharepoint.I am new to Sharepoint.So if anybody knows how to send an email notification to user using visual studio 2008, Pls send to my mail id: anuraj44@gmail.com

  2. Anonymous says:

    Informative one.

  3. Suraj says:

    Nice article… Well explained…

  4. [...] Difference between workflow created using SharePoint Designer and Visual Studio Designer for Windows… [...]

Share your thoughts

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s