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.
