- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2020 10:10 PM
Just as business rules are being stored in the sys_script table, I would just like to ask where the flows, subflows, and actions created via Flow Designer are being stored in an instance.
Solved! Go to Solution.
- 46,350 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2020 10:27 PM
Hi,
Points below for tables
Flow - sys_hub_flow
Sub Flows - sys_hub_flow
Actions - sys_hub_action_type_definition
Both Flow and Sub Flows are stored in Same table and the Flow Type field helps to distinguish whether it is Flow or Sub Flow
Flow Actions
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
05-18-2024 10:47 AM
Thanks Ankur !! That's exactly what I was looking for 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 07:36 AM
Hi @Ankur Bawiskar
How are actions and subflows relation stored? I cannot find any linking point/column in sys_hub_action_type_definition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 08:52 AM - edited 08-29-2024 08:52 AM
hi vedanttibre,
it should also be in sys_hub_action_instance since both flow and subflow are in the same table. You can search your action in the said table where Flow column is your subflow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 09:06 AM
Hello,
When exporting the XML of sys_hub_action_type_definition, it seems it does not contain the actual steps under the Action.
Do you knwo where we can find these steps configuration ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2022 09:46 PM
Hi Ankur,
can we also get the relation table between Flow and its related actions ?
Similarly we were taking this with workflow and activities.