Skip to main content
Email Password   helpLost your password?

introduction

A workflow and a host application can pass data between them by using parameters. On the workflow side, a parameter is a simple property that is defined in your workflow class. If a set method is defined for the property, the host application can set that property before the workflow executes by passing in a parameters collection during the CreateWorkflow method call. To return parameters back to the host application after it finishes executing, you can define a get method for the property.

in this artical, create an string property named FirstName, LastName and Age as Integer. this property is passed to workflow when the report is submitted.

whats the windows workflow foundation engine?

The Windows Workflow Foundation runtime engine is responsible for creating and maintaining running workflow instances. To accomplish this, the runtime engine needs a host process that includes console applications, Windows Forms-based applications, ASP.NET Web sites, and Web services. Additionally, workflow-enabled applications that host the Windows Workflow Foundation runtime engine can further refine the behavior of the workflow runtime engine by using services. The base services in Windows Workflow Foundation can be configured to support transactions, persistence, tracking, threading, and scheduling. For application-specific functionality, your application can also define custom services that can be added to the runtime engine.

Creating a Workflow Host

The host interacts with Windows Workflow Foundation through the WorkflowRuntime class, or a custom class that inherits from it. You create a WorkflowRuntime object and populate it with the services that you will use during the execution of your workflows.

Host Responsibilities

Host responsibilities are as follows:



Additionally, a host might do the following:

Download Project. working using vs 2005 asp.net.

 

You must Sign In to use this message board.
 
 
Per page   
 FirstPrevNext
GeneralRipoff of the WWF Labs supplied by Microsoft Pin
clarkybravo
4:53 17 Sep '08  
GeneralRe: Ripoff of the WWF Labs supplied by Microsoft Pin
Omar Fawzy
20:00 17 Sep '08  
GeneralCan i create a designer for WF Pin
serg.jn
4:25 12 Jun '08  
GeneralRe: Can i create a designer for WF Pin
serg.jn
6:07 16 Jun '08  
GeneralRe: Can i create a designer for WF Pin
mbaocha
17:31 6 May '09  
Generalgood Pin
wwqwwq
17:29 13 Feb '08  
GeneralDownload corrupt Pin
17:14 28 Dec '06  
GeneralRe: Download corrupt Pin
Robert te Kaat
1:26 30 Dec '06  
GeneralRe: Download corrupt Pin
Omar Fawzy
22:17 3 Jan '07  


Last Updated 3 Jan 2007 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2009