Skip to main content
Nintex Community Menu Bar

How can I find workflows with notifications to specific email addresses

  • January 18, 2016
  • 2 replies
  • 57 views

Hello,

 

is there any way to find Workflows which contains notifications to a specific email address?

 

Any way to get this with SQL-queries against Nintex database?

 

Thanks,

 

Chris

2 replies

vadim_tabakman
Nintex Employee
Forum|alt.badge.img+11
  • Nintex Employee
  • January 18, 2016

Hi Christian,

it's not in the NW database, since the workflow definitions are stored in SharePoint.  So potentially, you could query the SP Content Databases, but I'm afraid I don't know where the specific data you need is stored.

What I've done in the past, is run a PowerShell script on the server you installed NW on.  It'd go through all the workflows in your farm, and look for ones with a specific action.  You'd need to tweak this to look for your email address that you're after.

Nintex Workflow - PowerShell Find Workflows that contain a Specific Action Part 4 - Vadim Tabakman

cheers,

Vadim


  • August 12, 2022
That link no longer resolves