Hi Team,
I have an existing bounded taskflow.
ex: SearchFlow calls SearchCommonFlow. in SearchCommonFlow, I have an activity which will display a page (.jsff).
I want to create the same flow but this time, I have to make changes in the page (.jsff)
I tried to literally copying the source code of the taskflow and the page.jsff, but I think it's not allowed since the bindings are unavailable and there are no PageDefs being created.
Do I need to manually add the components in the page, add action methods in the taskflow? or is there a way to make a copy of an existing taskflow and .jsff?