How can I find workflows with notifications to specific email addresses

  • 18 January 2016
  • 2 replies
  • 19 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

Userlevel 7
Badge +11

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

That link no longer resolves

Reply