Questo script PowerShell permette di vedere le istanze di workflow attive su una lista SharePoint 2010:

PowerShell

$w = Get-SPWeb http://sharepoint2010.sgart.local
$l = $w.lists["CT1"]
$l.WorkflowAssociations
da un output come questo

Text

InternalName               Name                                RunningInstances
------------               ----                                ----------------
CM WF...                   CM WF                                              0
Tags:
Amministrazione7 PowerShell200 SharePoint498 SharePoint 2010224 Workflow14
Potrebbe interessarti anche: