Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试调试使用默认 WF SQL 持久性架构的工作流项目。有谁知道每个表中的数据代表什么的一个很好的解释?
持久性模式中仅有的两个表是 InstanceState 和 CompletedScope 表。InstanceState 表存储工作流在卸载时发生的位置/时间/人员。CompletedScope 表存储了我认为可补偿的已完成工作流。
如果您还想了解更多关于跟踪表的信息,这里有一个很好的链接:
http://msdn.microsoft.com/en-us/library/aa347864.aspx