Problem with calling Bounded task flow as dialog
Hi ,
I am facing a problem while calling a bounded task flow as a dialog, My requirement is When I click on a command link I have to open a bounded task flow with .jsff page fragment as a dialog. When I am trying to modify the target bounded task flow property 'Run as Dialog' property to ' true' I am getting error in the task flow as below
' Task flow call "taskflow1-config" can not call bounded task flow "taskflow2-config" as a dialog, since "taskflow2-config" refers to page fragments."
My both task flows are refers to page fragments, not .jspx pages. Is there any way to use second task flow as a 'dialog' ?
Any thoughts on this will be really helpful for me to proceed further.
Thanks