- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 11:02 PM - edited 08-20-2024 11:04 PM
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,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 11:09 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 11:07 PM - edited 08-20-2024 11:13 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 11:08 PM - edited 08-20-2024 11:11 PM
@shun6 Here are few tables related to Flow desinger.
Please mark the response helpful and accepted solution if it manages yo answer your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 11:09 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 11:31 PM
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
