i have developed 2 custom task flows TaskFlowA , TaskFlowB
and deployed them as shared library and added them to resource catalog
the the taskFlowB has input Paramter , called url which is the value for inlineFrame component
and taskFlowA has 3 af:links with actionListner link1 , link2 , link3
those 2 task flows are added on webcenter portal page as a components
the problem is i can't pass paramter from taskFlowA whick is the url to TaskFlowB and refresh it
(i tried to use session scope variables , and it worked but the behavior became incostistant when open multiple tabs )
any help please ?