I'm trying to debug a workflow project that's using the default WF SQL persistence schema. Does anyone know of a good explanation for what the data in each table represents?
+5
A:
The only two tables in the persistence schema are the InstanceState and CompletedScope tables. The InstanceState table stores the where/when/who of what is happening with the workflow at the point it was unloaded. The CompletedScope table stores completed workflows that are compensatable I believe.
If you want to know more about the tracking tables as well, here's a good link:
MattK
2008-12-11 18:36:39
Great explanation + link, thanks!
Zachary Yates
2008-12-11 18:41:22