Locating Workflows Using a Specific Action

  • 15 February 2022
  • 0 replies
  • 36 views

Userlevel 3
Badge +8

Topic

How to find workflows that use a specific action.

 

Instructions

  1. Run the following SQL query on the Nintex Configuration database:
    SELECT ActivityNameFROM Activities
  2. Locate the desired activity name.
  3. Run the following SQL query on the Nintex Content database, replacing "Name of Action" with the activity name from the steps above:
    select tp_Title as'List Name',CurrentActivityTitle as 'Name of Action',WorkflowName as 'Workflow Name',WorkflowInitiator as 'Workflow Initiator'  from WorkflowProgress WPinner join WorkflowInstance WI on WP. InstanceID = WI. InstanceID inner join . dbo.AllLists al on Wi .ListID = al .tp_ID where CurrentActivityTitle=''

 


0 replies

Be the first to reply!

Reply