Share via


Registration Workflow Implementation

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

SharePoint has special features that work with Windows Workflow Foundation. These features allow long-running business processes, such as the routing process for approving a training registration, to retain state information, and to ensure that the business rules are properly followed. In the Training Management application, an instance of the approval workflow is initiated each time an employee registers for a course. More specifically, registering for a course translates into adding a new item to the Registrations list, which initiates an instance of the approval workflow.

There are two files that define the approval workflow. They are the Workflow.Designer.cs file and the Workflow.cs file. There is also a Registration Task Approval Content Type. The following topics are discussed in this section:

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Footer image

To provide feedback, get assistance, or download additional, please visit the SharePoint Guidance Community Web site.

Copyright © 2008 by Microsoft Corporation. All rights reserved.