Get all activities default display name on .xaml

Hello, Im doing a review of all RPAs developed in my team and need to verify they are sticking to our guidelines. The most simple on is to NEVER use default activity names such as “Do” ,“Attach browser” “Data scrapping” etc. I need to make sure all activites are properly named.

How can i get all default names to check the .xaml code and check the “” DisplayName=“Attach Browser” “” to make sure its not a default and was properly name.
I want to make a process that checks the .xaml code to check the names.

All help is greatly appriciated.

You could iterate over all files found in a directory (and all sub-directories, if required), read the workflow as text file, and then search for something in the file’s content, potentially using XPath.