links to good PowerShell scripts for workflows SP2007 PowerShell Script To Find Instances Of Running SharePoint Workflow $assoc = $spList.WorkflowAssociations | where {$_.BaseId -eq $workflowBase.Id.ToString() ` -and $_.RunningInstances -gt 0} if($assoc…
Tag: workflow history
Export 2007 Workflows history to SharePoint 2013
If only I had the magic round button that in one click will do this…. it’s not a huge request, isn’t it? just migrate workflow with its history from one…