Flow operator can view everything about a flow
The problem with that is that the operator can go into a flow's view, read all the code and inspect all the logs of a flow execution. This is what I want to prohibit.
How do I essentially just give them access to run the app UI while keeping the flow hidden?
I tried archiving a flow, but that has git sync issues where
wmill sync pull seems to see those flows as "deleted" - which breaks my CI/CD