Sharepoint Designer Workflow with multiple tasks in sequence
Posted
by Triangle Man
on Stack Overflow
See other posts from Stack Overflow
or by Triangle Man
Published on 2010-04-12T20:08:02Z
Indexed on
2010/04/13
5:32 UTC
Read the original article
Hit count: 362
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.
© Stack Overflow or respective owner