如何从实例存储中清除挂起的 WCF 工作流程?

发布于 2024-10-17 22:12:36 字数 195 浏览 3 评论 0原文

我们已经确定需要清除几个已挂起/持续很长时间(即挂起的实例)的不同工作流程。这样我们的测试环境就可以在重新运行验收测试之前清理干净。

肮脏的解决方案是使用 sql 脚本从数据库中的 InstancesTable 和其他相关表中删除记录。

正确的解决办法是什么?

这些是 WCF 工作流。

测试设备运行的是 XP。

We have identified the need to flush out several different workflows that have been suspended/persisted for a long time (i.e. hung instances). This is so that our test environment can be flushed clean before acceptance tests are re-run.

The dirty solution is to use a sql script to remove records from the InstancesTable and other related tables in the database.

What's the proper solution?

These are WCF workflows.

Test rig is running XP.

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

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

发布评论

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

评论(2

情感失落者 2024-10-24 22:12:36

使用 AppFabric,您可以使用 UI(或者我假设是 PowerShell 命令)来删除单个实例。出于开发和测试目的,我通常只是通过再次运行 SqlWorkflowInstanceStoreSchema.sql 脚本来重新创建数据库。

Using the AppFabric you can use the UI, or I asume PowerShell commands, to delete individual instanced. For development and test purposes I normally just recreate the database by running SqlWorkflowInstanceStoreSchema.sql script again.

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