有阻止 wf4 的活动吗?

发布于 2024-12-11 02:11:19 字数 145 浏览 0 评论 0原文

有没有办法使用活动来停止其工作流程的执行?

我有多个 TryCatch 活动和 If 活动,如果能够在捕获异常后或在我的 如果活动。

Is there a way to use an activity to stop the execution of its workflow?

I have multiple TryCatch activities and If activities and it would be nice to be able to stop the workflow after catching an exception or if certain criteria aren't met in my If activities.

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

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

发布评论

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

评论(2

箹锭⒈辈孓 2024-12-18 02:11:19

您可以使用 TerminateWorkflow 活动来停止工作流。

You can use the TerminateWorkflow activity to stop a workflow.

記柔刀 2024-12-18 02:11:19

对于可能遇到这种情况的其他人来说,只是警告一下,如果将 TerminateWorkflow 放入 CompositeActivity 中,它实际上不会终止您的工作流程(它只会终止复合活动) .)

Just a word of warning for anyone else who might run into this, TerminateWorkflow won't actually terminate your workflow if you put it inside a CompositeActivity (it will only terminate the composite.)

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