Abandoned Bounded Task Flow
Hi all,
I'm trying to understand how to efficiently use ADF Bounded Task Flows (BTF). More specifically I'm trying to understand if there is a case that a BTF is considered abandoned and the corresponding pageFlowScope remains in memory.
So let's make the following assumptions:
- JDev 11.1.1.6
- ADF application with:
- an Unbound Task Flow (UTF)
- and many more BTFs.. (call them BTF1, BTF2, etc) that can be reached from UTF.
In a hypothetical scenario the user can navigate like this: UTF->BTF1->BTF2 (all in the same browser tab). What happens to BTF1 & BTF2 when the user will just close the tab or just browse away to another site? While the HTTP session is still active the user can visit again the UTF and repeat the previous steps.
For the moment, I'm not trying to find a way to avoid the above scenario, but rather to have a good understanding of what happens to the BTF and the page flow memory scope.
Thank you,
George