I have a development that works perfectly in the development environment on a local machine and yet when I have uploaded the package to the production environment and run it, it gives me the following error:
system exception The invoked workflow has validation errors. source UiPath executor core
The flow is validated and has no errors. What could be the problem?
On my local machine it works perfectly, but it gives this error when we run it in unattended mode in a virtual machine
I already solved it, the problem was that in development I have UiPath in English and in production it is in Spanish, because due to this one of the activities was not well configured within the flow where I got the error. Thank you all