How does the flow context relationship is working?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi Community,
I am looking for a deep-dive technical explanation or official documentation regarding the lifecycle relationship between a Parent Flow and an Asynchronous Subflow.
The Scenario:
A Parent Flow calls a Subflow.
The "Wait for completion" checkbox is unchecked (False).
The Parent Flow moves to the next step and enters a "Waiting" state (e.g., waiting for a record update).
The Subflow also enters a "Waiting" state (e.g., a timer or a wait for condition).
The Observation:
When the Parent Flow Context is cancelled manually or through any script, the Subflow Context is also being cancelled automatically, despite being triggered asynchronously.
I would appreciate any insights from those who have explored the sys_flow_context hierarchy in detail and helping me to understand this in detail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Follow this KB or SN doc links . Hope it will help you.
1. KB2565934:How to show subflow stages in a parent flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Thanks for your response @Tanushree Maiti
