WF Persistence Example
In Windows Workflow Foundation (WF) it's all about long running business logic. In effect WF provides a mechanism where you can use regular .NET objects that can execute over long periods of time. WF persists the .NET object state automatically when the workflow instance is idle. The WF instance is idle when it's waiting for messages and when it's idle it can be persisted into a database.
Bayer White has written a great sample and article about WF persistence so you can learn about it.
Comments
Anonymous
May 02, 2007
In Windows Workflow Foundation (WF) it's all about long running business logic. In effect WF providesAnonymous
May 02, 2007
Workflow Persistence Service and Transactional-aware services in http://geeks.ms/blogs/unai/archive/2007/05/02/transactional-aware-services-en-wf.aspx Regards, FugeAnonymous
May 02, 2007
Segnalo un articolo (in inglese)in cui viene spiegato,in modo molto semplice, comeimplementare il servizioAnonymous
May 10, 2007
http://geeks.ms/blogs/unai/archive/2007/05/02/transactional-aware-services-en-wf.aspx Hey can we have this article in english