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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to create a copy of an existing taskflow and JSFF

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?

Comments
Post Details
Added on Jun 5 2024
1 comment
188 views