Configuring the SQL persistence store
In real-world applications, to make sure the performance meets requirements, it is recommended to use a database as the workflow persistence store. WF4 has a built-in SQL persistence store type. All we need to do is some configurations.
Getting ready
SQL Server (include express edition) 2005/2008 is needed to perform this task.
How to do it...
- Create a workflow project:
Create a new Workflow Console Application under solution
Chapter06
and name the project asConfiguringSqlPersistenceStore
. - Set up a persistence database:
We can find SQL scripts in
%WINDIR%\Microsoft.NET\Framework\v4.xxx\SQL\EN
. In this folder, only two files are needed:SqlWorkflowInstanceStoreSchema.sql
andSqlWorkflowInstanceStoreLogic.sql ...
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.