- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2025 05:47 AM
Hello everyone,
In Flow Designer, we have the Fire Event action, which is useful for triggering registered events. However, I’ve run into a challenge: I can’t find a way to search for where Fire Event actions are used, similar to how we can search for Business Rules or Client Scripts.
Eventually, I’ll need to trace which Flow or SubFlow is firing a specific Registered Event, and as far as I know, there’s no built-in way to locate these Fire Event actions across flows.
Has anyone found a workaround or tool that helps identify where Fire Events are being triggered from Flow Designer?
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2025 05:51 AM
You can use sys_hub_action_instance table - This table tracks the instances of actions used within flows and subflows. It records which actions are part of a specific flow or subflow.
https://[instance].service-now.com/sys_hub_action_instance_list.do?sysparm_query=action_type%3D3497d750874ed510aa52c8cd0ebb35dd&sysparm_first_row=1&sysparm_view=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2025 05:51 AM
You can use sys_hub_action_instance table - This table tracks the instances of actions used within flows and subflows. It records which actions are part of a specific flow or subflow.
https://[instance].service-now.com/sys_hub_action_instance_list.do?sysparm_query=action_type%3D3497d750874ed510aa52c8cd0ebb35dd&sysparm_first_row=1&sysparm_view=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2025 05:52 AM
My recommendation is to raise HI Case so that support can get that answer from engineering team.
Hope that helps!