
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 07:58 AM
Hello ServiceNow Jedis, Knights and Senseis,
I have a playbook with activities that rely on a lot of server data. The data need to ready before those activities even fire. To handle this, I have created an activity (call it Get All Info) that executes right at the beginning of the playbook. This activity fires off a subflow which get me all the server data I need and can feed to consecutive activities (via the pills).
Now, even I set my Get All Info activity as 'automated=true', it still shows on the playbook page.
Is there any way at all to hide it from showing on runtime, or maybe show only to admins.
Solved! Go to Solution.
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 11:41 AM - edited 03-26-2024 11:54 AM
Here is a method to control role based visibility on playbook activities:
see the sys_playbook_activity_renderer_list table, create a record, define roles required, filter a tagline on the activity.
all activities where you add the tagline, this record will control visibility
example where activity 1.2 would be only visible to admin:
the PAD activity config
the sys_playbook_activity_renderer record:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 05:14 AM
I am also interested in whether or not this can be done. We have a couple of Automated Create Record and Automated Update Record activities that we would like to hide from end users as well. Have you had any luck making this work?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 10:05 AM
Nope.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 11:41 AM - edited 03-26-2024 11:54 AM
Here is a method to control role based visibility on playbook activities:
see the sys_playbook_activity_renderer_list table, create a record, define roles required, filter a tagline on the activity.
all activities where you add the tagline, this record will control visibility
example where activity 1.2 would be only visible to admin:
the PAD activity config
the sys_playbook_activity_renderer record:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 12:10 PM
Benjamin buddy! you are awesome 😎