Hi,
I'm trying to configure pretty simple bounded task flow in region called from page in unbounded task flow.
Idea is:
- page in unbound flow (accessible by url in browser) contains region with this bounded task flow
- default activity in bounded task flow is Router
- one outcome goes to shows page fragment, another immediately calling Parent Action (which 100% exist in parent unbound task flow)
screenshots are attached below
Problem:
It works only in case of rendering Page fragment. Second case - calling Parent action - does not work. It does not redirects to another page.
More about that: In page fragment, which renders perfectly, I can place a navigation button, which calls action navigating to Parent Action - that way it works -
it redirects to proper page in unbound task flow (menuMyaccount flow case)
So as I understand it is something with "scope/phase" of bounded task flow. Can I get it working somehow?
I want to achive pretty simple goal: call parent action without rendering page fragment; router makes checks and in some cases it redirects to parent action immediately.
screenshots:


Thanks in advance,
Artem