How can I set access (for navigation) for a user role to a menu (item) that is linked to a Microflow?

4
My menu (item) in my navigation bar has been linked to a Microflow instead of a form. How can I limit the access to this menu item for a specific userrole?
asked
1 answers
3

This works the same as for forms. You can use Microflow access in the Security DSL to define which user roles can access/execute the Microflow. If you login only the menuitems connected to a Microflow you can execute are shown.

answered