--- title: User access to Workflow Studio flows description: Administrators can grant users access to Workflow Studio flows by assigning delegated development permissions or directly assigning a user role. Administrators can also specify which features and content a user can access based on user roles. Application developers can access Workflow Studio functionality through APIs for flows, subflows, and actions. locale: en-US canonical_url: https://www.servicenow.com/docs/r/build-workflows/workflow-studio/user-access-flow-designer.html release: australia product: Workflow Studio classification: workflow-studio topic_type: concept last_updated: "2026-03-12" reading_time_minutes: 5 breadcrumb: [Configure flows, Flows, subflows, and actions, Workflow Studio, Build workflows] --- # User access to Workflow Studio flows Administrators can grant users access to Workflow Studio flows by assigning delegated development permissions or directly assigning a user role. Administrators can also specify which features and content a user can access based on user roles. Application developers can access Workflow Studio functionality through APIs for flows, subflows, and actions. ## Access by user role Administrators can grant access to Workflow Studio flows by directly assigning users the flow\_designer user role, which includes the role to view flow execution details. **Warning:** Directly granting a user the flow\_designer role is equivalent to giving the user the admin role, because Workflow Studio can run flows as the System user, which has access to all tables and all database operations. Administrators can also grant users one or more Workflow Studio roles to enable them to create flows and subflows, view flow execution details, and create actions.
| Role title \[name\] | Description | Contains Roles |
|---|---|---|
| flow\_admin | Enables limited admin access to all Workflow Studio flow, subflow, and action content. | flow\_designer, flow\_operator, flow\_write\_enabled, action\_designer, action\_category\_creator, action\_write\_enabled, flow\_designer\_scripting, connection\_admin, flow\_report\_viewer |
| flow\_designer | Enables you to launch the Workflow Studio flow design environment to create and edit flows and subflows. | flow\_operator, trigger\_designer |
| flow\_designer\_scripting | Enables someone with the flow\_designer or action\_designer role to set and modify input values by writing inline scripts. For information, see [Inline scripts](https://raw.githubusercontent.com/ServiceNow/ServiceNowDocs/australia/markdown/build-workflows/workflow-studio/inline-scripts.md). | none |
| flow\_operator | Enables you to view flow execution details, dashboards, and logs. Administrators can grant this role to users that want to be able to view flow results but not create, change, or test them. | none |
| flow\_report\_viewer | Enables you to view reports for Workflow Studio flow tables. For a list of relevant flow reporting tables, see [Flow execution details retention](https://raw.githubusercontent.com/ServiceNow/ServiceNowDocs/australia/markdown/build-workflows/workflow-studio/flow-reporting.md). | none |
| trigger\_designer | Enables you to launch Workflow Studio and create, edit, and delete a saved trigger. | none |
| action\_designer | Enables you to launch the Workflow Studio action design environment to create and edit actions.**Important:** This role provides access to all actions regardless of their application scope. | none |
| action\_category\_creator | Enables someone with the action\_designer role to create action categories for actions and subflows. | none |
| fd\_read | Enables you to launch the Workflow Studio flow and action design environments to view the configuration and execution details of flows, subflows, and actions.**Note:** Read only roles are incompatible with roles that provide write access. Avoid granting the same user both a read only and a write access role. | fd\_read\_flows, fd\_read\_actions, fd\_read\_operations |
| fd\_read\_flows | Enables you to launch the Workflow Studio flow design environment to view the configuration and execution details of flows and subflows.**Note:** Read only roles are incompatible with roles that provide write access. Avoid granting the same user both a read only and a write access role. | fd\_read\_operations |
| fd\_read\_actions | Enables you to launch the Workflow Studio action design environment to view the configuration of actions.**Note:** Read only roles are incompatible with roles that provide write access. Avoid granting the same user both a read only and a write access role. | none |
| fd\_read\_operations | Enables you to view basic flow and action execution details. When reporting is enabled, you can only see basic execution details such as the runtime state and duration. If the reporting level generates additional details, you can't see them. Administrators can grant this role to users that only need to view basic execution results but not create, change, or test flows and actions.**Note:** Read only roles are incompatible with roles that provide write access. Avoid granting the same user both a read only and a write access role. | none |
| fd\_read\_operations\_all | Enables you to view all generated flow and action execution details. When reporting is enabled, you can view all available execution details. You can only see as much detail as defined by the reporting level system property. Administrators can grant this role to users that need to view all flow results but not create, change, or test flows and actions.**Note:** Read only roles are incompatible with roles that provide write access. Avoid granting the same user both a read only and a write access role. | fd\_read\_operations |