Read only access to Workflows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 08:04 AM
Hi Everyone,
I hope your day is going well!
I wanted to check if we can provide a read only access to workflows. The user(s) should be able to view all existing workflows and all the activities used within; however, cannot create and update any workflow.
Thank you!
Regards,
Rana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 08:13 AM
You can try the solution suggested here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 08:18 AM
This one does not work. User is able to view the workflow and the activity blocks; however, not the content of the blocks. I need to user to have the access there as well. Thank you!
Regards,
Rana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 08:25 AM
Hmm, you'll likely need to create/modify the read ACL on the wf_activity table.
instanceName.service-now.com/nav_to.do?uri=sys_db_object.do?sys_id=8bc022aea5340110c0a0e1db2cdc95db
Is a a visible solution to just give this user(s) read only admin access in a Test environment instead?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 08:36 AM
I would give this a try. Initially I had created a new role called workflow_viewer and added this to the wf_workflow table's Read ACL, did not work at all. Let me check if the combination of Publisher and updated wf_activity Read ACL can make it work.
Thank you!
Regards,
Rana