Skip to main content
Nintex Community Menu Bar

Get list of all failed workflows in a site using Powershell

  • November 6, 2019
  • 1 reply
  • 94 views

Forum|alt.badge.img

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

Forum|alt.badge.img+17
  • November 12, 2019

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.