Where are executed Subflows Input and Outputs stored in the system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 10:26 AM
I am trying to find the data that is presented in this executed subflow. What tables is this data stored in?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 10:29 AM
HI @anthonydalferro ,
it stored in "sys_flow_context" table. look for source record to find your flow/subflow/action
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 10:36 AM
The source field points me to a scripted REST Resource. That doesn't show me the values of the variables that were passed into the subflow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 11:03 AM
@anthonydalferro This information is stored in Flow Runtime Values (sys_flow_runtime_value) table.
Please mark this answer helpful and correct if it answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 11:35 AM
That is only showing type of OUTPUT for me.