Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

User access to Playbooks in Workflow Studio

Administrators can grant users access to Playbook 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.

Access by user role

Administrators can grant access to Playbook in Workflow Studio by directly assigning users the pd_author user role, which includes the role to view activity definitions.

RoleDescriptionContains Roles
playbook.adminEnables users to:- Create, update, and delete trigger definitions. - Launch Workflow Studio to create, activate, edit, and delete playbooks. - Create, edit, and delete activity definitions. - View the Experience activity types \(sys\_pd\_activity\) and Experience activity properties \(sys\_pd\_activity\_type\_prop\) tables that are shared by Playbooks and Playbook Experience.- pd\_author - pd\_content\_author - pd\_trigger\_author - pd\_operator - pd\_cancel
pd\_authorEnables users to:- Launch Workflow Studio to create, activate, edit, and delete playbooks. - View all activity definitions. - View the Experience activity types \(sys\_pd\_activity\) and Experience activity properties \(sys\_pd\_activity\_type\_prop\) tables that are shared by Playbooks and Playbook Experience.- pd\_shared.user - playbook.write - playbook.activity\_def\_read
pd\_content\_authorEnables users to:- Create, edit, and delete activity definitions. - Create, edit, and delete trigger definitions. - View the Experience activity types \(sys\_pd\_activity\) and Experience activity properties \(sys\_pd\_activity\_type\_prop\) tables that are shared by Playbooks and Playbook Experience.- pd\_trigger\_author - pd\_shared.user - playbook.activity\_def\_read
pd\_trigger\_authorEnables users to create, update, and delete trigger definitions.none
pd\_operatorEnables users to view process executions, activity executions, and execution logs only.none
pd\_shared.userEnables users to view the Experience activity types \(sys\_pd\_activity\) and Experience activity properties \(sys\_pd\_activity\_type\_prop\) tables that are shared by Playbooks and Playbook Experience.none
pd\_shared.adminEnables users to edit the Experience activity types \(sys\_pd\_activity\) and Experience activity properties \(sys\_pd\_activity\_type\_prop\) tables that are shared by Playbooks and Playbook Experience.pd\_shared.user
pd\_cancelEnables users to cancel running playbooks without the playbook.admin role or write access to the parent record. For example if you want to grant an agent manager the ability to cancel playbooks, but not an agent.none
pd\_restarterEnables users to restart active playbooks.none
playbook.writeEnables users who have content filtering restrictions to:- Launch Workflow Studio to create, activate, edit, and delete playbooks. - View the Experience activity types \(sys\_pd\_activity\) and Experience activity properties \(sys\_pd\_activity\_type\_prop\) tables that are shared by Playbooks and Playbook Experience. To learn more about content access filtering, see Content filtering for Playbook.pd\_shared.user
playbook.designer\_accessEnables users who have content filtering restrictions to launch Workflow Studio to view playbooks. To learn more about content access filtering, see Content filtering for Playbook.pd\_shared.user
playbook.activity\_def\_readEnables users to view all activity definitions as long as there aren't Required Roles.none

A visual representation of where roles are contained:

  • playbook.admin
    • pd_content_author
      • playbook.activity_def_read
      • pd_shared.user
      • pd_trigger_author
    • pd_operator
    • pd_cancel
    • pd_restarter
    • pd_author
      • playbook.write

        • playbook.designer_access

          • pd_shared.user
          • sn_workflow_studio.workflow_studio_read

            Note: This role allows users to launch Workflow Studio, and is not managed by playbook administrators.

          • sn_diagram_builder.db_read

            Note: This role allows users to view playbooks in the diagram view in Workflow Studio, and is not managed by playbook administrators.

          • playbook.activity_def_read
          • pd_shared.admin
            • pd_shared.user
              • delegated_developer

Delegated development access

Administrators can grant users access to Workflow Studio playbooks by creating an application and assigning users as developers with the playbook delegated development permission. Delegated development allows administrators to control whether playbook authors can access features normally restricted to admin users. For more information, see Developer permissions.

Role-based content filtering

Specify the user roles necessary to access Workflow Studio playbook content. For example, activity definitions and process definitions. Manage content filtering by creating content definitions and content filtering rules. For more information, see Content filtering for Playbook.

Role-based activity definition access

Manage activity definition access by specifying the Required Roles to access an activity definition. Users who can view the playbook but who do not have the required role to access activities with this activity definition will have a read-only view of the playbook.

Image omitted: activity-definition-read-only.gif
Read-only view of activities in Workflow Studio for restricted activity definitions

To learn more about activity definitions, see Create an activity definition and Activity definitions.

Note: Both playbook.admin and pd_content_author roles can edit activity definitions, but only the playbook.admin role can edit the Required Roles field.

Parent Topic:Administering Playbooks