The following procedure shows you how to configure Oracle BPM WorkSpace to use an exported Default layout.
The following procedure shows you how to import an exported Default layout:
To do this you need to edit the WorkSpace configuration file
workspace.properties in
<ORABPM_HOME>/webapps/workspace/WEB-INF.
- Copy the exported Default layout file to the directory
<ORABPM_HOME>/webapps/workspace/WEB-INF.
-
Edit the WorkSpace configuration file.
-
Add the key
fuego.workspace.preferences.defaultXml
and set its value to the path leading to the Default layout file.
The path of the Default layout file is relative to the root of WorkSpace application.
For example, to use the Default layout stored in the file default_layout.xml you
need to add the following key value pair:
fuego.workspace.preferences.defaultXml=/WEB-INF/default_layout.xml
-
Restart the WorkSpace application.
The next time you log in to WorkSpace, it show the imported Default Layout.