I am writing my own persistence instance store for WF4 based on the XmlWorkflowInstanceStore found in the .NET 4 WF and WCF samples. This example is pretty simplistic, and xml produces pretty verbosity. I have problems with how some of the objects are serialized.
I tried to use Reflector Red Gate to understand the Sql implementation used, but it is rather complicated and difficult to learn. The MS documentation for this is rather limited - one sentence is often given for complex methods.
Please, can you tell me other examples of saving WF4 (or related documentation) on the Internet that do not copy or paste versions of XmlWorkflowInstanceStore? Maybe someone else at StackOverflow wrote their own?
source
share