Creating Projects for Workflow for SQL Server Applications

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The following process outlines the steps to create a new project and a new application to contain it. After creating a project, you can start adding other projects and items to the open application.

To create a SQL Server workflow project and workflow process

  1. From the Start menu, select Programs, select Microsoft Office XP Developer, and then select Microsoft Development Environment.
  2. From the File menu, select New, and then select Project.
  3. The New Project dialog box is displayed. Select Office Developer Projects.
  4. Under Templates, select the SQL Server Workflow Project icon.
  5. Enter a project file name and location path for the project (or accept the defaults), and click OK.
  6. Select the server and the database on which you want to enable workflow. A default Web URL is created. You can change the URL if you would prefer a different location for your Web-based user interface.
  7. Click OK. The database is registered with the server and the Workflow Designer, and is ready for you to add a workflow process.
  8. Select the project node in the Solution Explorer.
  9. Open the Project menu, and click Add New Item. The Add New Item dialog box is displayed.
  10. Double-click the Add a Workflow Process icon.
  11. Select the table that you want to add workflow to from the list, and then click OK. The table and all dependant tables are added to the Tables folder, and the new workflow is added to the Workflow Processes folder. Item Created and Item Deleted shapes are added to the design surface.

See Also

Creating Projects for Workflow for Exchange Server Applications | Creating Projects for Visual Basic for Applications Applications