Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Role to view workflow

moncef
Tera Contributor

Hello, 

I need to give role to some users to just view workflow , not create workflow or publish it.

This role exist ? 

Thank you

4 REPLIES 4

Inactive_Us1957
Kilo Guru

Hi,

Please refer https://docs.servicenow.com/bundle/london-servicenow-platform/page/administer/workflow/reference/r_WorkflowRoles.html

Thanks

I already see it that's why i post this question, on the doc it show only roles for create or publish workflow, i need a role to just view the workflow.

Thanks.

User177031
Kilo Guru

Hi Moncef,

Please refer to below URL.

https://docs.servicenow.com/bundle/london-platform-administration/page/administer/roles/reference/r_BaseSystemRoles.html

You need to create a custom role and create 'read' acl on wf_workflow table.

- Thank you.

Inactive_Us1957
Kilo Guru

Hi,

You can create a new role and add the users in it. Create a read ACL on "wf_workflow" table and add new role in it. 

Thanks