Flow Designer related table

shun6
Giga Sage

Hi all,

Could someone tell me the table related to Flow Designer Flow as many as possible?

I'm currenty working on the privilege around flow designer.

 

Regards,

1 ACCEPTED SOLUTION

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

Just have a look in sys_db_object and search for *sys_hub_flow. That gives you most (not all!) tables related. For example that way you will miss a table like sys_variable_value.

 

Searching for *sys_hub_flow as mentioned:

sys_hub_flow_logic
sys_hub_flow_logic_definition
sys_hub_flow_safe_edit
sys_hub_flow_logic_ext_input
sys_hub_flow_logic_variable
sys_hub_flow_snapshot
sys_hub_flow_logic_input
sys_hub_flow_output
sys_hub_flow_stage
sys_hub_flow_variable
sys_hub_flow_base
sys_hub_flow
sys_hub_flow_component
sys_hub_flow_input
sys_hub_flow_logic_instance_v2
sys_hub_flow_designer_co_template
sys_hub_flow_block

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

View solution in original post

6 REPLIES 6

Anand Kumar P
Giga Patron
Giga Patron

HI @shun6 ,

 

Flow - sys_hub_flow

Sub Flows - sys_hub_flow

Actions - sys_hub_action_type_definition
 Relation table between Flow and its related actions-sys_hub_action_instance
Approval record associated this incident this would reside in sysapproval_approver table

Flow sys_hub_flow
Flow Base sys_hub_flow_base
Flow Block sys_hub_flow_block
Component sys_hub_flow_component
Flow Designer Complex Object Templates sys_hub_flow_designer_co_template
Flow Inputs sys_hub_flow_input
Flow Logic Instance sys_hub_flow_logic
Logic Definition sys_hub_flow_logic_definition
Extended Flow Logic Inputs sys_hub_flow_logic_ext_input
Logic Input sys_hub_flow_logic_input
Flow Logic Instance V2 sys_hub_flow_logic_instance_v2
Logic Variable sys_hub_flow_logic_variable
Flow Outputs sys_hub_flow_output
Flow Safe Edit sys_hub_flow_safe_edit
Flow Snapshot sys_hub_flow_snapshot
Flow Stages sys_hub_flow_stage
Flow Variables sys_hub_flow_variable



Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand

Sandeep Rajput
Tera Patron
Tera Patron

@shun6 Here are few tables related to Flow desinger.

 

Screenshot 2024-08-21 at 11.37.07 AM.png

Screenshot 2024-08-21 at 11.40.58 AM.png

 

Please mark the response helpful and accepted solution if it manages yo answer your question.

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

Just have a look in sys_db_object and search for *sys_hub_flow. That gives you most (not all!) tables related. For example that way you will miss a table like sys_variable_value.

 

Searching for *sys_hub_flow as mentioned:

sys_hub_flow_logic
sys_hub_flow_logic_definition
sys_hub_flow_safe_edit
sys_hub_flow_logic_ext_input
sys_hub_flow_logic_variable
sys_hub_flow_snapshot
sys_hub_flow_logic_input
sys_hub_flow_output
sys_hub_flow_stage
sys_hub_flow_variable
sys_hub_flow_base
sys_hub_flow
sys_hub_flow_component
sys_hub_flow_input
sys_hub_flow_logic_instance_v2
sys_hub_flow_designer_co_template
sys_hub_flow_block

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Mark Roethof
Tera Patron
Tera Patron

So there you have your confirmation, Anand and Sandeep are repeating what I already mentioned.

 

Do note what I mentioned: this is definitely not all. For example important table like sys_variable_value you won't find this way. 

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn