Thursday, November 30, 2006

File Based Workflow Persistence Service Implementation (C#)

Zhisheng Huang's Blog - file based workflow peristence service

"WF comes with SqlWorkflowPersistenceService out of the box. But SQL is not always available, or you may just want to try your workflow program with the persistence. I implemented a file based persistence service as attached. ..."

This is a cool, simple C# Windows Workflow Foundation Workflow Persistence Service implementation for persisting to a file. It shows just how simple a WF persistence service can be...

No comments: