The Case of the Missing SharePoint Workflows

By:   |   Comments   |   Related: > SharePoint


Problem

A seemingly mysterious problem started occurring a couple of months after implementing a workflow solution. The workflow statuses (Completed, Approved, Rejected, etc) started disappearing.

After doing a little research, it seems that, by default, the workflow status information is purged after 60 days.

Solution

This blog indicates you can stop this behavior by disabling the "Workflow Auto Cleanup" setting in the "Operations --> Global Configuration --> Timer job defintions.

This is confirmed with a Microsoft Technet document as well. 

Dave Wollerman makes some great points in his SharePoint blog about this topic.

The Timer job definition seems to control the process with a stored procedure called "proc_AutoCleanupWorkflows".

1

Interestingly there is a table called "WorkflowAssociation" which has a field called "AutoCleanupDays", which is set at 60.

2

I do not recommend adjusting these database entries manually. They are shown here simply as a matter of interest.

According to this  Microsoft Document...

3

The document never explains what the "other options" are.

Conclusion

This is a damned if you do, damned if you don't situation. If you absolutely need the audit trail (why use workflow if you don't?), then changing the Timer Job Definition makes sense. Keep an eye out for system performance and consider creating a new Workflow History list for every workflow.

Next Steps
  • Check out MSSQLTips.com for great information about Microsoft SQL Server.


sql server categories

sql server webinars

subscribe to mssqltips

sql server tutorials

sql server white papers

next tip



About the author
MSSQLTips author Rob Fisch Rob Fisch has worked with SQL Server since version 6.5 as a dba, developer, report writer and data warehouse designer.

This author pledges the content of this article is based on professional experience and not AI generated.

View all my tips



Comments For This Article

















get free sql tips
agree to terms