Hosting workflow in ASP.NET
In this task, we will create an e-mail sending workflow and run it in an ASP.NET site.
Getting ready
We need an e-mail sending workflow service hosted in IIS7. We can refer to the previous section, Hosting a workflow service in IIS7, in this chapter.
How to do it...
- Create an ASP.NET4 web application:
Create an ASP.NET4 web application and name it
HostingWorkflowInASPNET
. Because we are going to host WF4 workflow in this website, we have to make sure it is an ASP.NET4 website. To check the version, right-click the project nameHostingWorkflowInASPNET
and select Properties. - Author a Workflow:
- Add an activity to the website and name it
Workflow.xaml
.Author the workflow as follows:
- Set the properties for SendEmail1:
- Set the ...
- Add an activity to the website and name it
Get Microsoft Windows Workflow Foundation 4.0 Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.