SharePoint Designer 工作流 - 提示和资源?

问题描述:

我正在修改一些现有的 SPD WF,并努力解决一些概念,包括为什么 2 个看起来相似的 WF 不会产生相同的输出.

I'm working on revising some existing SPD WF's and strugling with some of the concepts including why 2 appearingly alike WF's doesn't produce the same output.

你们中是否有人使用过 SharePoint Designer/Workflows 并且知道任何好的资源(比 MSDN 介绍更详细)或有关此事的提示.例如.关于调试以及如何检查设置以及如何连接来自多个工作流的信息...

Are there anyone of you that has worked with SharePoint Designer / Workflows and knows any good resources (more detailed than the MSDN introductions) or tips on the matter. E.g. on debugging and how to inspect settings and how to connect information from several workflows...

换句话说:想出你最好的 SPD WF 链接 &提示:o)

In other words: come up with your best SPD WF links & tips :o)

我目前无法选择其他解决方案,因此欢迎提供任何提示.我有关于 SharePoint Designer 工作流的 USPJ 特刊.还不错,但肯定有更多好东西:o)

I'm not able to choose another solution at the moment, so any tips are welcome. I have the USPJ Special Issue on SharePoint Designer Workflows. It' not bad, but there must be more goodies out there :o)

从您的问题看来,您遇到了 SharePoint Designer 旨在解决的解决方案的限制.

It appears from your question that you are hitting the limits of the solutions that SharePoint Designer is designed to solve.

确实没有调试支持,因为向导方法不需要它,但实际上我们知道这真的很有帮助!同样,连接工作流正在突破界限,我会考虑为此迁移到 Visual Studio.如果合适,您可以考虑开发自定义操作作为解决方法或创建完整的 Visual Studio 工作流的桥梁(这里是 示例带有源代码).

There really isn't debugging support as the wizard approach shouldn't require it, however in reality we know this would really help! Similarly, connecting workflows is pushing the boundaries and I would consider moving to Visual Studio for that. You could consider developing custom actions if appropriate as a workaround or bridge to creating a full-blown Visual Studio workflow (here are examples with source code).

我首先要看的网络资源是 SharePoint Designer Team Blog(显然) 和 EndUserSharePoint.com 上的工作流程文章一>.

Web resources I would look at first are the SharePoint Designer Team Blog (obviously) and workflow articles on EndUserSharePoint.com.

此外,具有合理数量的 SharePoint Designer 工作流内容的书籍:

Also, books that have a reasonable amount of SharePoint Designer workflow content:

  • Workflow in the 2007 Microsoft Office System: Doesn't go into much detail for using SPD, leads into building workflows with Visual Studio (2005).

专业 Microsoft Office SharePoint Designer 2007:启动、变量、步骤、条件、动作、注意事项.工作流程只是其中的一章.

Professional Microsoft Office SharePoint Designer 2007: Initiation, variables, steps, conditions, actions, considerations. Workflow is one chapter of many.

Microsoft Office SharePoint Designer 2007 圣经:架构、条件、动作、管理、高级技术、批准.工作流程只是其中的一章.

Microsoft Office SharePoint Designer 2007 Bible: Architecture, conditions, actions, administration, advanced techniques, approval. Workflow is one chapter of many.