Component Workflow - Find all Uses

  • 3 March 2020
  • 1 reply
  • 9 views

Is there any way to find out all of the workflows that reference a component workflow?

 

I need to decomission a component workflow and I'd like to be sure I haven't missed any workflows that call it.


1 reply

Userlevel 5
Badge +13
Interesting question, for on-premise you can use powershell to query the nintex DB to find any reference to that component workflow inside the workflow configurations.

I think the only way you might be able to do it is to go to the Nintex workflow list store where all of the XML is located, find or create a workflow you know has the component workflow configured, then find its specific config in the XML format, then you’ll have to export all of the workflows as XML from that list and then search for the config.

All of this though is theory, I’ll have to test it to see how well it works.

Reply