Hi, im using the 22.10 version of Studio and UiPath.System dependenci.
In this version, the Invoke process activity was changed to a more “smart” one where, given a process name and folder, it would automatically load all the process arguments and automatically show on the activity body, like that:
My issue here is that, at least if the process is on a legacy orchestrator folder, when running this activity, an error happens:
The reason for this error is that the activity is passing the package name, but the legacy folder, i think, is expecting the process name. Okay, so let`s move this process to a modern folder, and try again:
No process can be found, even if I try with some letters to start the auto complete, not happens:
I tried every way. Changed my current folder on UiPath Studio, changed the FolderPath argument, nothing. In fact, I can even see the desired process on Data Manager, but it doenst matter, in factm if I try to right click on it, the following error occurs:
I dont know if this is a know bug, or im being too dumb to know how to correctly use this activity I would appreciate some help.