Easy way to know how a subflow/action is called
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-17-2025 06:28 PM
Hello All,
We see that subflow,actions are sometimes called from scripted rest api,business rules etc... When we want to debug for any issues, how can we know the source from where they are called?
TIA
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-17-2025 07:45 PM
Hi @CV1
Locate the execution record in the sys_flow_context table using the subflow or action name. In the sys_flow_context table, examine the "Source Record" field. This will indicate the record or script (such as a Scripted REST API, Business Rule, or Flow) that triggered the execution.
Maik