
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2022 02:03 AM
Hi Experts,
There is one requirement that i have,
I have have given the itil role to the "Show Flow" UI action and after click on that flow is not visible. Just because of limited access on the flow designer.
On which table I need to create the read ACL so that I can provide the read access of the flow designer to the ITIL user.
Thanks,
Ankur
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2022 05:18 AM
Hi,
try to add flow_operator role as contained role under itil and then check
I added flow_operator under itil and it showed me the flow context
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2022 05:18 AM
Hi,
try to add flow_operator role as contained role under itil and then check
I added flow_operator under itil and it showed me the flow context
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 06:59 PM
I am currently working on giving read access to 'itil' users without giving them the 'flow_operator' role. I am trying now to modify the ACLs. I have already modified the UI Action 'Flow Context' (this is what ours is called, but we went live back in 2017 and are on Rome now, not sure if it's called 'Show Flow' now or what).
Anyway good luck! Please feel free to mark this helpful if it saved you any troubles. 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 07:32 PM
Note I tried giving the itil role access to read sys_flow_context and sys_hub_flow tables does not work properly; when impersonating an itil role user, I can see Flow Contexts in some cases, but not in all. I am getting errors still using this method. I was getting the error "Security restricted when invoking processor".
I searched that, and found a similar issue here. That lead me to the Processor [sys_processor] record called "CatalogFlowContextUIProcessor". I added the 'Roles' column to the form and added 'itil' role, but that just changed the error from the "Security restricted..." message to this one: "Flow Designer requires special privilege. Please contact system administration for assigning appropriate user roles." So that is a dead end I am afraid.
That caused me to go back and add 'flow_operator' to the list of roles contained by the 'itil' role, but I have now confirmed that this gives 'itil' role users access to create Flows, not to mention access to the entire Process Automation nav menu and modules.
/sigh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 08:03 PM
CORRECTION: The flow_operator role does not give create Flow rights.
However, the 'asset' role DOES contain (indirectly) the flow_designer role. So basically I found out through testing and digging through roles that we have 42 users who could create new Flows and they've had this access for WAY TOO LONG.
This is so frustrating.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2023 12:25 PM
Hi Ankur,
Your response seemed exactly like what I'm looking for, as I am also trying to allow itil users to view/use the Flow Context related link, but:
* I've added flow_operator role to itil role...
* I've added read ACL access for itil to sys_flow_context, sys_flow_context.*, sys_hub_flow.*, and sys_hub_flow...
* I've added itil to the Requires role section of the Flow Context ui action for the [task] table...
I still can't impersonate an itil user and see the Flow Context option?
Any idea what I might be doing wrong?