Hi All,
I am using jDeveloper 12.2.1.0 version.
My application is built with multi taskflow binding with each taskflow with page fragments.
By using the following link I am able to call parent taskflow from child taskflow.
https://tompeez.wordpress.com/2014/09/25/jdev-12-1-3-using-parent-action-to-navigate-tabs-of-a-afpaneltabbed-from-inside…
The Problem is I am not able to send the parameter values from child taskflow to parent taskflow. How to send the parameters between those two.
I have added taskflow parameters in both parent and child but I am not getting the value. By using the expression like ADFUtils.getPageFlowScope.get("OrganizationCode"); in managed bean. How to get the values which are passed from child taskflow to parent taskflow.
Best Regards,
Raju Chetri