I have Orchestrator running, and I have published a few processes.
I am wondering now, can these processes be reversed engineered using Ui Path Studio?
I have Orchestrator running, and I have published a few processes.
I am wondering now, can these processes be reversed engineered using Ui Path Studio?
If you run the automation from orcherstrator you will be able to find the unziped code located on the machine the robot ran on.
Location would be : C:\Users[ROBOT ACCOUNT].nuget\packages[NAME OF PACKAGE]\ [VERSION NUMBER]\lib\net45
Full example : C:\Users\robot\ .nuget\packages\Card_Recon\1.1.0.27440\lib\net45
You can then copy the files out of this directory and open them. if you try to open in the directory you found them you will typically receive an error.
@aimealvarado Else you could go into Orchestrator, Process, then Packages and download the one(s) you need.
This is exactly what I was looking for. Thank you!
This is also a solution but I can only mark one as solution, thank you!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.