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.
是否有任何指导方针来决定在哪里托管 WF:在我们自己的自定义 Windows NT 服务中还是在 IIS 中?
您可以选择 3 个不同的运行时,WorkflowInvoker、WorkflowApplication 和 WorkflowServiceHost。在最后一种情况下,在 IIS/WAS 上运行的 AppFabrik 是您可以使用的通用主机。一般来说,在进行工作流服务时,这将是一个不错的选择。