您可以检查当前工作流程任务列表中的字段并检查页面库中的字段吗?

发布于 2024-10-29 05:25:00 字数 212 浏览 2 评论 0原文

在 SharePoint Designer 2007 中,我想构建一个附加在“工作流任务”列表上的工作流,

该工作流在创建项目和更改项目时触发。

那么,在工作流程条件中,是否可以检查当前工作流程任务列表中的字段和页面库中的字段?

例如:检查“分配给”等于批准者组,并检查批准状态和批准状态。页面库中的版本。

如果需要进一步澄清,请回复,提前谢谢。

In SharePoint Designer 2007, I would like to build a workflow attached on "Workflow Tasks" list,

which trigger when item is created and item is changed.

Then, in workflow Conditions, is it possible to check the field in current Workflow Tasks List AND field in Pages Library?

e.g: check "Assigned to" equal Approvers Group, and check Approval Status & Version in Pages Library.

Do reply if need further clarification, thank you in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

写下不归期 2024-11-05 05:25:00

是的,这是可能的。

  1. 在条件下拉列表中(在新的工作流程向导中),选择“比较任何数据源”
  2. 单击第一个值链接,然后单击小功能按钮 (fx)
  3. 选择源作为目标列表(页面库) - 查找定义窗口将展开
  4. 在查找详细信息部分中为字段选择版本
  5. 在查找列表项部分中为字段选择列表:ID (页面:ID)
  6. 按查找列表项部分中值旁边的功能按钮 (fx)
  7. 源 = 当前项
  8. 字段 = 工作流项目 ID

将工作流放在工作流任务列表中是完全可能的,但似乎是一个非常糟糕的主意,因为它可能会导致无限循环。因此,如果您执行此操作,第一步将检查当前项目的“工作流程名称”是否等于此工作流程的名称。如果是这样,请退出工作流程。

Yes, this is possible.

  1. In your conditions dropdown (in the new Workflow Wizard), choose "Compare any datasource"
  2. Click the first value link, then the little function button (fx)
  3. Choose the source as the Target list (Pages Library) - the lookup definition window will expand
  4. Choose Version for the Field in the Lookup Details section
  5. Choose List:ID (Pages:ID) for the Field in the Find the List Item section
  6. Press the function button (fx) next to Value in the Find the List Item section
  7. Source = Current Item
  8. Field = Workflow Item ID

Putting a workflow on the workflow tasks list is totally possible, but seems like a very bad idea since it could lead to an infinite loop. So if you do this make the first step a check to see if the current item Workflow Name equals this workflow's name. If so, exit the workflow.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文