We have a scenario of deploying an attended bot in a third party VM and client has a concern over the access of the workflows code by the third party. Client basically wants to have copyright over the flow.
But as it is a third party VM we dont have full access to restrict the access of the deployed folder. Can we encrypt or set a login to the workflows to stop others from accessing the source code of the workflows.
Another solution would be to extract the project as a package.
Then you will have the code in a nupkg file and you may insert it as an activity and the workflow won’t be visible.