惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
爱范儿
爱范儿
H
Help Net Security
V
Visual Studio Blog
J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
Microsoft Security Blog
Microsoft Security Blog
Apple Machine Learning Research
Apple Machine Learning Research
MyScale Blog
MyScale Blog
The Cloudflare Blog
Martin Fowler
Martin Fowler
D
Docker
腾讯CDC
F
Fortinet All Blogs
雷峰网
雷峰网
GbyAI
GbyAI
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recent Announcements
Recent Announcements
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Blog — PlanetScale
Blog — PlanetScale
Engineering at Meta
Engineering at Meta
博客园 - 聂微东
博客园 - 叶小钗

博客园 - Ipark

[SharePoint 2010 User Profile Service] 关于User Profile Service的一些提示 搬到博客堂了! [SharePoint WorkFlow InfoPath]在InfoPath表单内提交表单并启动工作流 [Live Writer Test]台南地震,海底光缆大面积中断,MSN登不上以及境外网站无法访问 [ECM IRM RMS - 1]WSS V3中的IRM解决方案概述 microsoft.com全新改版,告诉你MOSS的性能不是问题,她很好使!! [WSS V3 WorkFlow]利用Visual Studio开发WSS V3工作流视频资料 RMS SP2 & MOSS 2007开启文档管理新时代,让文档权限保护无处不在 在KPI列表中使用Excel Services发布的工作簿 3步完成Excel Services的初始化和使用(使用Excel Services的最简步骤) SharePoint 中的Workflow,你用着爽吗? MOSS-Excel Services-Udf(用户自定义函数)-SQLExcuteUdf 查询sql server数据的用户自定义函数 MOSS2007 B2TR 下载,安装指南以及SDK下载(all from ms sharepoint team) SharePoint Portal Server 2003 Search does't like .Net Framework 2.0!!! (for Error in PortalCrawl Web Service solution) WSS V3和MOSS2007的区别 讨论:为什么Web不行?Console可以?---为什么Document Library不行?Generic List可以?(MOSS2007) 《Microsoft Office SharePoint Server 2007 前瞻技术指南》第八章预览_Excel Services WSS V3 中用代码遍历列表的方法(支持文件夹的列表的项目遍历) Windows Rights Management Services SP2 BETA下载
应用SharePoint的Workflow须记住的10句话!(也许还有更多:)
Ipark · 2006-12-02 · via 博客园 - Ipark

1)SharePoint的工作流是基于文档的工作流,只能关联到列表,文档库和内容类型上

2)SharePoint的工作流模板利用网站功能(Feature)来发布

3)SharePoint的工作流模板(Template)不能直接被列表,文档库和内容类型所用

4)工作流模板需要和列表,文档库和内容类型建立了关联才能被使用

5)所有的SharePoint工作流示例都是从关联(Association)创建出来的

6)一个列表,文档库和内容类型可以建立和一个工作流模板的多个关联,比如让A审批的关联,让B审批的关联都是源于审批工作流模板,只是审批人不同

7)SharePoint的工作流运行帐号是拥有管理员权限的

8)SharePoint的工作流中的表单可以使ASPX页面或者InfoPath表单(用Infopah几乎是No Coding的)

9)SharePoint中对于关联的修改不会影响已经创建的工作流实例

10)不要试图跳开Template,Association,Task,Modification,History的模式来使用SharePoint工作流

更多的信息,推荐SharePoint Team Blog的一系列文章:
"So You Want to Develop Custom Workflows in Visual Studio..." - The Blog Series

Developing Workflows in VS: Part 1 - Workflow Objects and A Crash Course on Mechanics
Developing Workflows in VS: Part 2 - Planning Your Workflow: Two Things to Keep in Mind
Developing Workflows in VS: Part 3 - Five Steps for Developing Your Workflow
Developing Workflows in VS: Part 4 - Design and Bind Your Forms
Developing Workflows in VS: Part 5 - Code Your Workflow
Developing Workflows in VS: Part 6 - Deploy and Debug your workflow
Developing Workflows in VS: Part 7 - Summary and Final Thoughts