Flow Designer Flows/Subflows/Actions Storage Table

Drin
Giga Contributor

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. 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

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

find_real_file.png

Flow Actions

find_real_file.png

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

10 REPLIES 10

Thanks Ankur !! That's exactly what I was looking for 🙂

Hi @Ankur Bawiskar 
How are actions and subflows relation stored? I cannot find any linking point/column in sys_hub_action_type_definition

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.

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 ?

Rajesh_Bhise
Tera Guru

Hi Ankur,

can we also get the relation table between Flow and its related actions ?

Similarly we were taking this with workflow and activities.