SharePoint Designer: Workflow and ASP.NET Form Creation

A number of folks have asked me for any information regarding authoring and deploying workflows using SPD.  If you're interested then check this out:

 Office SharePoint Designer 2007 Overview

Not sure, here is a snippet:

When you develop workflows for Microsoft Windows SharePoint Services 3.0 using Office SharePoint Designer 2007, you follow these basic steps:

  • Author your workflow by assembling and configuring the predefined activities and conditions available in Office SharePoint Designer 2007.
  • Have Office SharePoint Designer 2007 automatically generate ASP.NET forms for workflow initiation and any custom task in Microsoft Windows SharePoint Services 3.0, if necessary.
  • Customize the workflow forms, if necessary.

Office SharePoint Designer 2007 automatically generates the workflow definition template and deploys of the workflow to the specified list.

</steve>