Introduction to Workflow Services using .NET Framework 4 |
Index |
Hands-On Labs
Introduction to Workflow Services using .NET Framework 4
Lab version:1.1.0
Last updated:2/15/2011
Contents
Overview
Setup
Exercise 1: Submit Application Service
Task 1 � Adding a new a Workflow Service
Task 2 � Exploring the Workflow Service
Task 3 � Creating Service Implementation Outline
Task 4 � Adding Custom Activities
Task 5 � Receiving a Job Application
Task 6 � Saving the Job Application
Task 7 � Configuring the Response
Task 8 � Adding the Client Application
Exercise 2: Email Notification
Task 1 � Modifying the Workflow Service
Exercise 3: Applicant Screening
Task 1 � Adding the Education Screening Activity
Task 2 � Calling the ScreenEducation Activity
Task 3 � Conditionally Notifying a Human Reviewer
Task 4 � Sending Human Screening Results
Exercise 4: Deploy the Solution
Task 1 � Creating Configuration Transformations
Task 2 � Creating the Deployment Package
Task 3 � Deploying the Package
Task 4 � Enabling the net.pipe Protocol on the Application
Task 5 � Changing the Application Configuration
Exercise 5: Troubleshooting
Task 1 � Simulating an Error Condition
Task 2 � Correcting the Error and Resuming the Workflow