不会继续执行的废弃实例(僵尸实例)

发布于 2024-11-06 05:48:03 字数 237 浏览 0 评论 0原文

我有很多托管在 IIS/WAS 中的 WF 实例,它们处于运行(空闲)状态,即使它们没有这么长的延迟或任何活动书签,也不会执行任何操作。

跟踪已启用(HealthMonitoringProfile)。

当跟踪数据被删除时,它们最终将没有任何跟踪的实例或事件。

让它们再次工作的唯一方法是暂停并恢复它们,但这有时会失败并且总是很痛苦。

有人遇到过这个问题吗?有什么帮助吗?

提前致谢

I have a lot of WF instances hosted in IIS/WAS which are in a running (idle) state which will not do anything even though they don't have such a long delay or any active bookmark.

Tracking is enabled (HealthMonitoringProfile).

As the tracking data is deleted, they end up without any tracked instance or events.

The only way to make them work again is to suspend and resume them, but this is sometimes failing and is always a pain.

Has anyone had this issue? any help?

Thanks in advance

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

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

发布评论

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

评论(1

许一世地老天荒 2024-11-13 05:48:03

在这种情况下,它们很可能会触发错误并中止离开其状态。由于没有触发因素让他们开始执行,他们只是坐在那里什么也不做。默认选项是 AbandonAndSuspend,以便您可以恢复它们。您需要找出导致它们发生故障的原因,通常您可以在跟踪信息中看到这一点。

In that case they are most likely triggering an error and abort leaving their state. As there is no trigger for them to start executing they just sit there and do nothing. The default option is to AbandonAndSuspend so you can resume them. You need to figure out what is causing them to fault and normally you can see that in the traced information.

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