Windows Workflow Foundation 持久性架构解释?

发布于 2024-07-09 23:33:27 字数 65 浏览 7 评论 0原文

我正在尝试调试使用默认 WF SQL 持久性架构的工作流项目。 有谁知道每个表中的数据代表什么有一个很好的解释吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

错爱 2024-07-16 23:33:27

持久性模式中仅有的两个表是 InstanceState 和 CompletedScope 表。 InstanceState 表存储卸载时工作流发生的地点/时间/人员。 CompletedScope 表存储了我认为可以补偿的已完成工作流程。

如果您还想了解有关跟踪表的更多信息,这里有一个很好的链接:

http://msdn.microsoft.com/en-us/library/aa347864.aspx

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:

http://msdn.microsoft.com/en-us/library/aa347864.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文