Sharepoint 2010 可以使用哪个 WF 版本?
我们计划开发一个基于SharePoint 2010 的系统(SP 对象、工作流程、UI 等)。
该系统将包含大约十几个与 SharePoint 对象交互的工作流。
通过询问,我了解到以下内容:
- SharePoint 2010 工作流是 .NET Framework 3.5 WF
- 从 3.5 中的 WF 到 4.0 中的 WF(基本上是重写的)已经有了很大的飞跃。
- 可以在 4.0 中编写我的工作流程,但它们不会那么容易地集成到 SharePoint 2010 中。
- 我可以在 3.5 中编写我的工作流程,但如果我们要升级 SharePoint 版本,我们将不得不重写我们的工作流程。
We are planning to develop a system based on SharePoint 2010 (SP objects, workflows, UI etc.).
The system will contain about a dozen workflows that interact with the SharePoint objects.
From asking around I understood the following:
- SharePoint 2010 workflows are .NET Framework 3.5 WF
- There has been a big leap from the WF in 3.5 to the WF in 4.0 (it was basically rewritten).
- It's possible to write my workflows in 4.0, but they won't integrate as easily into SharePoint 2010.
- I can write my workflows in 3.5 but if we will upgrade our SharePoint version we will have to rewrite our workflows.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
发布评论
评论(3)
~没有更多了~
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
您只能将 .NET 3.5 工作流与 SharePoint 2010 一起使用。您是对的,.NET 4.0 工作流不会集成到 SharePoint 2010 中。不用担心升级,即使是 SharePoint 产品团队也会意识到这种情况。他们可能会提供升级工具或向后兼容性。
You can only use .NET 3.5 workflows with SharePoint 2010. You are right, .NET 4.0 workflows won't integrate in SharePoint 2010. Don't worry about upgradation, even SharePoint product team would be aware of this scenario. They might either come up with an upgrade tool or a backward compatibility.