Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Abandoned Bounded Task Flow

gmemeniosJan 17 2013 — edited Jan 18 2013
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 15 2013
Added on Jan 17 2013
2 comments
206 views