What you want to know about allow-unbounded-task-flow-customizations flag in adf-config.xml ?
Sharing a tip that I learned recently from my colleagues. In case if your application does not need to support user level customization(design time/seeded or run time) for task flow metadata, here is a tip to improve the performance of your application. By default, the ADF Controller uses a user session level cache to store the application’s unbounded task flow metadata. Though this enables support for user specific customization, it may not be the right thing to have if your application does not need user level customization for unbounded task flows. In such cases you can opt for storing the unbounded task flow metadata at application level by deselecting the check box "Allow Unbounded Task Flow Customizations" in the over view editor of adf-config.xml file(in the Controller page). Now the adf-confog.xml may look like as follows: <adf-config ... > ... ... <adf-controller-config xmlns= "http://xmlns.oracle.com/adf/controller/config" > &l