按顺序执行多个任务的 Sharepoint Designer 工作流程
我在任务列表 A 中有一个多步骤 Sharepoint 工作流,该工作流在该列表中创建新任务时启动,并在另一个列表 B 中创建任务。当列表 B 中的该任务完成时,我想要列表 A 中的工作流在列表 C 中创建另一个任务。
我正在使用 Sharepoint Designer 2007 来构建所有这些,目前我已通过多个步骤表示了这一点。因此,第一步是在另一个列表中创建任务,并将其 ID 存储为变量。步骤 2 的条件是步骤 1 创建的任务中的值被标记为完成,并且它会在下一个列表中创建任务,依此类推。
但是,当我运行工作流时,一旦第一个列表中的项目完成,它就会将其状态标记为已完成,并且不会继续创建工作流步骤 2 中概述的任务。
我想知道为什么工作流程在第一步结束时将其自身标记为完成,以及为什么后续步骤没有执行。预先感谢您的帮助。
I have a multi-step Sharepoint workflow in task list A that starts when a new task is created in that list and creates a task in another list, B. When that task in list B is completed, I would like the workflow in list A to create another task in list C.
I am using Sharepoint Designer 2007 to build all of this and at the moment I have this represented by multiple steps. So, step one is to create the task in the other list, and store its ID as a variable. Step 2 is conditional on a value in the task created by step one being marked complete, and it creates a task in the next list, and so on.
However, when I run the workflow, it marks its status as complete as soon as the item in the first list is completed, and does not go on to create the task outlined in Step 2 of the workflow.
I would like to know why the workflow is marking itself complete at the end of step one, and why the subsequent steps are not executed. Thanks in advance for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我感觉你的逻辑有些问题。
您应该有两个工作流程来执行此任务
我将逐步解释它。
I feel some problem with your logic.
You should have two workflows for doing this task
I shall explain it step by step.