I have been tasked with sorting out 100s of workbenches. In the majority of them the names of the transformers have been customised and should be in annotations rather than the actual transformer name, for easier readability.
E.g. SQLExecutor is actually named Table_xxx or FeatureWriter is Named xxx_Output.
I'd like to know if there is an easy way to just revert the names back to the original transformers names. I can't find a way myself, other than manually going through each one and changing it myself.
EDIT: This is on FME Desktop 2022.1
Thanks!