when i publish a bot to uipath assistant robots n share the package with anyone ,they can see the workflow n complete code ,how can i hide this
Hi @Amrutha.mg ,
when we publish package it save it’s original package to some respective folder so just make that folder private and only accessible to those who have permission.
Another way is :
You can make library of reusable code and make their workflow private which will not even reflecting in package.
Hi @Amrutha.mg
You can publish your code as custom type.
It will generate a Nupkg file.
You can push this file to orchestrator and run the process!
Regards
Thank you
