How to find all Nintex Workflows and history list name via PowerShell in a Site collection

  • 24 November 2021
  • 1 reply
  • 613 views

Hi Experts,

 

Is there a way to find all Nintex workflows and the history list associated to them in a particular SharePoint site using power shell? It's a pain to open each workflow manually to find the workflow history list.

 


1 reply

Badge +9

Hi @RadhikaS 


Essentially, you can view the workflow instance table, in each Nintex content DB, and that will give you the name of the workflow, and the history list it's associated with.


 


If you want to combine that into a powershell, and to check all the Nintex content DBs, then you could modify the PS script here: https://community.nintex.com/t5/Community-blogs/Finding-all-of-the-workflows-in-your-farm-using-PowerShell/ba-p/82561


 


It just needs the column for the SQL column historylist added to it.


 


I hope that helps,


 


Sumit

Reply