I'm trying to create 'working folders' in Designer. I would like to export the WF Names to a list to make sure I capture all of them in their corresponding folder. Is there a quick way of doing this?
Question
Question
Get a printable listing of all workflows in Designer
asked on June 29, 2022
0
0
Replies
replied on June 29, 2022
One option...
Assuming you are on prem and can access the database, you should be able to do a query like this to get a list of all your Workflows:
SELECT [name], [description] FROM [YourWorkflowDatabaseNameGoesHere].[dbo].[workflow]
You'll be happy you did this project. I have hundreds of Workflows and without my folder structure I couldn't manage it.
2
0
replied on July 1, 2022
I personally prefer using a standard naming convention. I find this is easier than having to manage the adding of workflows to the correct folder. For instance, IT_Issues_AuditUsers is for the IT department, Issues subsystem, AuditUsers process.
1
0
You are not allowed to follow up in this post.