Hi,
On unbounded taskflow i have 2 jspx pages(untitled1.jspx, untitled2.jspx) ,taskflow1 (containing jspx pages) and taskflow2(containing jsff pages)
I have a global exception handler activity(view activity) on unbounded taskflow for the whole application
untitled1.jspx - contains 2 buttons
button1 - takes to untitled2.jspx
button2 - takes to taskflow1 containing jspx pages
untitled2.jspx - contains taskflow2 as a region
When there is an exception on taskflow1, it propagates to unbounded taskflow and shows the exception handler view activity
But when there is an exception on taskflow2 which is placed as region on untitled2, the exception handler view activity on unbounded taskflow is not executed
Is my exceptation correct?
Can you please help me out of this
Thanks