I have published the code using Azure Devops to the UiPath orchestrator the code has been published, however, if I try to run it from the orchestrator or the UiPath Assistant am getting the below error.
If I download the package and try to run it from the studio it runs fine. On the other hand, I have tried to run the same package on the other machine there also getting the same error.
It is not like the package is not getting downloaded package if I will delete and execute the code from the orchestrator it will be downloaded to the path of the package and then show the error
If you are facing a similar issue with the highlighted keywords, first you will need to check if the process/library is valid. I assume that it was created in an external tool/command line and some of the dependencies are not added in it and it has errors.
After fixing the above process/library in Studio, publish a new version of it and check the next behavior.