Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当使用具有持久性的 Workflow Foundation 时,我们希望从中删除一些(或全部)工作流,这些工作流不再应该被持久化/运行。
我可以为此使用的任何脚本/工具吗?
没有可用于执行此操作的标准 WF 工具。最好的方法是通过一些自定义命令行工具进入持久性数据库并删除它们。SqlWorkflowPersistenceService 没有任何帮助,因为您必须先启动 WF 运行时才能使用它来检索工作流,并且它们也能够开始运行。