Managing Recurring Tasks in SharePoint

Peter Doyle
By | Updated February 19, 2018 | 3 min read
sharepoint recurring task list

Once in a while, I am asked about the possibility of managing recurring tasks in a SharePoint project. If you have a task that will happen every week, month or any regular schedule, it would be convenient to have these tasks automatically created.

 

Free webinar: Managing Project Tasks with BrightWork for SharePoint On-Premises 

 

In SharePoint, it is possible to have recurring Calendar Events, but not Project Tasks, so if you need this feature, you would need to build it as a custom workflow using SharePoint Designer.

 

Managing Recurring Tasks in SharePoint

1. Design

Consider the following Scenario: A Project Manager would like to have a Task in the Project Plan for a team member to organize a weekly PMO meeting. The Task description will contain the details and agenda of the meeting and will be assigned to a Project team member. Rather than manually create a new task once a month, they would like the Task to be automatically created, once the previous Task is complete.

 

2. Build

The Project Task form in SharePoint is modeled to capture additional information used by the workflow to create the new recurring task. In summary, here are the additional columns added to the list.

sharepoint task tracking list

 

 

Using the BrightWork Column Visibility Feature, the StatusCopy, NewStartDate and NewFinishDate Columns can be hidden from the form. This avoids confusion for the users as they are not needed to be rendered in the forms.

sharepoint task tracking settings

 

sharepoint task tracking settings

 

 

3. Workflow Design

Using SharePoint Designer and standard Condition/Action Workflow is built to create the next tasks.

Step 1:

Check the Task to see if the Recurring field is set to Yes and there has been a change in the Status of the Task. If either of these conditions was not met, the workflow stops and it logs information accordingly.

Recurring Tasks in SharePoint workflow 1

 

Step 2:

If the Project Task is indeed a recurring Task and the Status is changed, the workflow will continue to process. It looks for the Status set to Completed as the condition and then creates a new Task in the same list. The new Task copies over the Title of the Task and it’s Description. It also sets the new Start and Finish dates to the calculated columns defined in the list (Start Date = NewStartDate, Finish Date = NewFinishDate)

Recurring Tasks in SharePoint workflow 2

 

 

Step 3:

Finally, the StatusCopy column is updated to the new value of the Task Status, thereby enabling the cross check in Step 1 to determine if the Status changes again.

Recurring Tasks in SharePoint workflow 3

 

 

 

Results

The results will be that each time a Recurring Task is completed, a new Project Task will be created with a deadline of one week later. The report below uses BrightWork’s Gantt Report to render the Recurring Tasks and their timelines.

sharepoint recurring task list

 

 

Editor’s Note: This post was originally published in February 2014 and has been updated for freshness, accuracy, and comprehensiveness.

Peter Doyle
Peter Doyle

Project Management Consultant, BrightWork

Read Full Bio
Don't forget to share this post!