如何在运行时从重新托管的工作流设计器修改工作流?

发布于 2024-09-08 04:03:44 字数 274 浏览 0 评论 0原文

我有重新托管的工作流设计器,但我想在运行时修改应用程序的工作流。我怎样才能做到这一点?

字体:重新托管的工作流程Designer

如果我有一个基于工作流的流程(我理解正在运行的实例不能修改),但是新实例可以修改吗?

I have the rehosted workflow designer, but I want to modify a workflow of an application at runtime. How I can accomplish that?

Fonts: Rehosted Workflow Designer

If I have a process based on a workflow (I understand that running instance can not modify), but can new instances be modified?

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

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

发布评论

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

评论(1

锦爱 2024-09-15 04:03:44

您想修改正在运行的实例吗?如果是这样你就不能。

使用我的博客文章中的代码,您可以更改 XAML 工作流定义。之后,您可以使用 ActivityXamlServices.Load() 加载新定义并执行它,如博客文章底部所示。

Do you want to modify a running instance? If so you can't.

Using the code from my blog post you can change the XAML workflow definition. After that you can load the new definition using the ActivityXamlServices.Load() and execute it as is shown at the bottom of the blog post.

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