Skip to main content
Nintex Community Menu Bar

Identifying workflows created or published by a specific user account

  • February 15, 2022
  • 0 replies
  • 84 views

Forum|alt.badge.img+9

Topic

 
Identifying workflows created or published by a specific user account.

 

Instructions

 

From SQL Management Studio, run the following query on the Nintex content database:

 

select * from [dbo].[PublishedWorkflows] where author = '[username]'

 

Additional Information

 

This can only be accomplished by querying the Nintex Content Database(s) directly. To identify which Nintex Content Databases contain the desired information, navigate to Central Administration > Nintex Administration / Nintex Workflow Management > Database Management > View Database Mappings.