Role to view workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 06:13 AM
Hello,
I need to give role to some users to just view workflow , not create workflow or publish it.
This role exist ?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 06:25 AM
Hi,
Please refer https://docs.servicenow.com/bundle/london-servicenow-platform/page/administer/workflow/reference/r_WorkflowRoles.html
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 06:29 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 06:29 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 06:57 AM
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