Get list of all failed workflows in a site using Powershell

  • 6 November 2019
  • 1 reply
  • 62 views

Badge

Hello,

I am trying to retrieve all the failed workflows in my site. Using this information, i will cancel those workflows and restart in order for things to work correctly. 

Currently i could not find a way in which i can find failed workflows.

I do have a script that lists all the workflows from Nintex Database

Any help would be greatly appreciated.

 

Thanks,

Mitali


1 reply

Badge +17

If you query the Nintex Database you should be able to find the workflows that have failed or errored. From there you would have to manually kick those off as there isn't a PowerShell command to start a workflow due to how the workflow is configured. 

 

 

Reply