I wanted to ask if there are any tips/tricks on reverse engineering .xaml files within Studio. I am aware of the Export to Excel feature within the Design and Debug tabs as I’ve recently started using it for my own workflows but wanted to find out if there are any other methods for more complex projects.
I have a REFramework process that was never fully built by a third party about two years ago and have spent a lot of time trying to figure out how everything is connected by studying the variables, arguments, activities and sequences within the .xaml files. I’ve made notable progress but want to see if I can figure this out even faster thru another method.
Good luck. REFramework is a mess. I just rebuild them properly from scratch (or with my own framework that’s much better than RE) when I’m presented with something like this. What you’re doing is the only way to decipher what someone else wrote.
I figured that would be the case considering I couldn’t find anything else that could help me decipher this process.
And I couldn’t agree more about REFramework being a mess. I’m already convinced that I’ll need to build my own version of the process since I keep running into errors and asking Support to help me figure out what it all means. Having no documentation from the third party also doesn’t help at all and only adds to the frustration.
Just out of curiosity, what kind of framework did you build? Does it operate similar to RE?
It’s a template that is intended to be used against a Queue (although it can be modified to run against things like lists of files, etc) and has error handling, notifications, logging, etc built in but it’s just a regular flow, not a state machine.
I forgot to mention it’s based off of the UiPath template “Transactional Process” - I started with that and over time have honed it to fit our environment and internal standards.