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!

Pass Parameters from child taskflow to Parent taskflow using Parent Action.

RajuChetriJan 25 2018 — edited Jan 29 2018

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

This post has been answered by SanjeevChauhan on Jan 26 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 26 2018
Added on Jan 25 2018
3 comments
1,116 views