Click here to Skip to main content
Email Password   helpLost your password?

Table of Contents

Introduction

Workflows are now an integral part for any project. You can build a SharePoint work flow using the available templates, SharePoint designer and Visual Studio 2005 / 2008. This tutorial will mainly concentrate on workflow creation using SharepPoint designer. We will walk through the basic 8 steps needed to create workflows using SharePoint designer.

I have published some videos on SharePoint, WCF, WPF, WWF, design patterns, UML, FPA, Enterprise blocks, etc. You can watch the videos here. You can download my 400 .NET FAQ EBook from here.

8 Steps to Create Workflow using SharePoint Designer

SharePoint designer helps us to create workflows and attach the workflows to a content type like list, document, etc. In other words, SharePoint designer creates workflows and publishes the workflow on the SharePoint server site.

To understand it better, we will build a simple workflow of completed and incomplete tasks. We will create two lists, one is the incomplete tasks and the other the completed tasks. The workflow will flow something like this:

So let’s understand the eight important steps we will need to create the above workflow using SharePoint designer.

Step 1

Create a team site using the SharePoint team site template.

Step 2

Create two task lists, one is incomplete task list and the other completed task list.
To create task list, click on site action -> Create: Add a new library list -> create a task.

Step 3

Start the SharePoint designer.

Step 4

Open the site in your SharePoint designer using click on file -> open site.

Step 5

Go to workflows by clicking on file -> new -> SharePoint content and click ok as shown in the below figure:

Step 6

This is an important step. In this step, we define two important things. The first is this workflow will be attached to which list. Currently we have attached the workflow to incomplete tasks list. Second we need to define the events on which the workflow should be activated. For the current scenario, we have considered two events; one when the item is created and the second when the item is updated.

Step 7

This is one more crucial step where we need to define on what condition the workflow will execute and what action should take place if the condition is true. So when a task status is completed, two actions will take place. First the task will be copied from the incomplete task list to the completed task list. Second the task is deleted from the incomplete task list.

Once you click finish, you can see the workflow created in the SharePoint designer. This workflow is also published to the SharePoint server,

You can see if the workflow is associated with the incomplete task list. Go to incomplete tasks -> Settings -> List settings -> Workflow settings. You can see that the workflow is attached to the incomplete task list.

Step 8

Ok, now it’s time to see the workflow in action. So go to incomplete task list and create a task with status completed.

Once you click ok, you see the task for some seconds in the incomplete tasks list and then the task is copied to the completed task list and deleted from the incomplete task list.

Previous SharePoint QuickStart FAQ

You must Sign In to use this message board.
 
 
Per page   
 FirstPrevNext
QuestionAutomatic WorkFlow is not working.
pbk_baskaran
1:47 21 Dec '09  
Hi,

With your articles help, I have done all the steps for Custom workflow creation. But Automatic workflow is not working. Any suggestion for this issue is appreciated.



Regards,
Baskaran
GeneralDeveloping custom workflow action is very easy
itsaranga
9:32 6 Nov '09  
SharePoint Workflow Actions for Designer in Visual Studio
QuestionHi Siva
Akash12
0:31 29 Jul '09  
I have made a workflow in sharepoint designer to update a list eg.Emp when in another list eg. dept an item is changed. In the same workflow i want to update the same item added in dept list to database as well. Thanks a lot in advance.
GeneralHi Siva
modiyam
9:24 28 Apr '09  
Thanks for sharing your knowledge...! its a pretty good article about workflows,

I got a situation like, having a custom list with couple of columns, one of them is enddate, and need to send E-mail remainder before 20 or 30 days to enddate,

If you could get a chance to look into it, can you please suggest me the approach to implement this,

currently i am trying with Timerjobs, but i am not sure whether this is the right approach,

Thanks in advance..!

Nageswar
GeneralNice Article
Member 3580860
5:30 21 Apr '09  
Thanks
This is Best Article about workflow
GeneralTask Approval and Rejection
saanj
3:49 14 Apr '09  
Hi Shiv,
First of all thanks a ton for sharing your knowledge with us over years. I am following your articles since few years. i have one doubt regarding this topic. How can I add approval and rejection features to this workflow? Can u please help me to understand about how to achieve it as I am quite new to WSS Workflows.

Once again thanks.

Either you love IT or leave IT...


Last Updated 13 Apr 2009 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2010