This reference describes the key-value pairs contained in ALBPM WorkSpace configuration file. ALBPM WorkSpace configuration file is a properties file workspace.properties located in the directory BEA_HOME/albpm6.0/enterprise/webapps/workspace/WEB-INF
| Property Key | Default Value | Possible Values | Description |
|---|---|---|---|
| fuego.workspace.DIRECTORY_ID | "default" | A valid directory ID. | The directory ID that identifies the directory ALBPM WorkSpace connects to. |
| remote.config.url | Specifies a remote location for the directory configuration file. | N.A. | A valid remote location URL. |
| fuego.workspace.container-auth.directory.preset | null | A valid PRESET ID. | The PRESET ID WorkSpace uses to authenticate against the servlet container. |
| Property Key | Default Value | Possible Values | Description |
|---|---|---|---|
| fuego.workspace.debug | false |
|
Enables debug mode. |
| fuego.workspace.debuggerPort | 9007 | An available port number. | WorkSpace HTTP debugger port. |
| fuego.workspace.sessionTimeOut | Servlet container default time out | A positive value. | Specifies the timeout period in seconds, between client requests. |
| Property Key | Description |
|---|---|
| fuego.log.workspace.severities | See Log Severity Levels |
| fuego.log.workspace.detailLevel | The detail level filters messages that correspond to the same severity. It can vary from 1 to 10. The default detail level is 5. |
| fuego.log.workspace.file | The location where the log files are stored.
|
| fuego.log.workspace.format | Defines the format of the information of the first line of a log entry. |
| fuego.log.workspace.continuationFormat | Defines the format of the information of the lines that follow the first line in a log entry. |
| Property Key | Default Value | Possible Values | Description |
|---|---|---|---|
| fuego.workspace.execution.performNextActivity | false |
|
If the current activity has the autocomplete property set to true, execute the next activity if the current user has the required role to do so. |
| fuego.workspace.execution.waitForAutomatics | 3000 | A positive value. | Waiting time for Automatic activities in a screenflow in milliseconds. If an activity exceeds this time, the screenflow is aborted. |
| fuego.workspace.execution.external.newWindow | true |
|
Display external activities in a pop up window. |
| Property Key | Default Value | Possible Values | Description |
|---|---|---|---|
| fuego.workspace.papi.instancesCacheSize | 200 | A positive value. | Number of instances in PAPI cache. |
| Property Key | Default Value | Possible Values | Description |
|---|---|---|---|
| fuego.workspace.enableSSO | false |
|
Enables Single Sign On (SSO). |
| fuego.workspace.SSO.loginClassName | N.A. | A class implementing SSOWorkspaceLoginInterface interface. | Custom SSO class full name. This class must implement fuego.workspace. security.SSOWorkspaceLoginInterface. |
| fuego.workspace.bean.helper.className | fuego.workspace.adapter. DefaultWorkspaceBeanHelper | A class implementing WorkspaceBeanHelper interface. | ALBPM WorkSpace bean helper. This class should implement the interface fuego.workspace.adapter. WorkspaceBeanHelper. |
| Property Key | Default Value | Possible Values | Description |
|---|---|---|---|
| fuego.workspace.stylesheet | N.A. | A valid CSS file name. | CSS file that defines ALBPM WorkSpace style. |
| fuego.workspace.imageBundleFile | N.A. | A valid image bundle file name. | Image bundle file. |
| fuego.workspace.jspBundleFile | N.A. | A valid JSP bundle file name. | JSP bundle file. |
| fuego.workspace.helpBundleFile | N.A. | A valid help bundle file name. | Help bundle file. |
| fuego.workspace.customMessageBundle | none | A valid message bundle file name. | Custom messages bundle file. |
| fuego.workspace.enableEditMode | true |
|
Enables ALBPM WorkSpace edition mode. |
| fuego.workspace.enableConfigurableListenerMode | false |
|
Enables ALBPM WorkSpace listeners configuration. |
| fuego.workspace.enableLayoutEdition | false |
|
Enables ALBPM WorkSpace layout edition. |
| fuego.workspace.worklist.styleResolverClassname | null | A class implementing WorkListDecorator interface. | Custom Work List panel decorator. For more information, see Changing the Appearance of Work List Panels Based on the Instance Information. |
| fuego.workspace.attachments.contentLength | 12 | A positive value. | Length of the description and filename column in the Attachments table, in characters. |
| fuego.workspace.processImageTheme | BPMN |
|
Theme used to display process images and activity icons. |
| fuego.workspace.defaultExecutionType | DIALOG |
|
Default execution type for Applications and Work List panels. |
| fuego.workspace.executionDialog.width | 500 | A positive value. | Execution dialog width in pixels. |
| fuego.workspace.executionDialog.height | 600 | A positive value. | Execution dialog height in pixels. |
| fuego.workspace.popupWindows.width | 800 | A positive value. | Execution popup width in pixels. |
| fuego.workspace.popupWindows.height | 600 | A positive value. | Execution popup height in pixels. |
| fuego.workspace.search.rolePolicyScopes | ALL |
|
Defines the ALBPM WorkSpace search scope policy. Multiple policies are separated with commas. The first value is WorkSpace default selection. |
| fuego.workspace.execution.ajax.enabled | true |
|
Enables AJAX execution for interactive components. |
| fuego.workspace.views.editable | true |
|
Enables Views edition. |
| fuego.workspace.auditTrail.processImageOrientation | N.A. |
|
Orientation of the audit trail process image. |
| Property Key | Default Value | Possible Values | Description |
|---|---|---|---|
| fuego.workspace.feedUrlGuessing | false |
|
Enables URL guessing for the RSS Feeds application. |
| fuego.workspace.feedUrl | N.A. | A valid RSS URL. | RSS feed URL. You need to define this if URL guessing is disabled. |