WorkSpace Configuration File Reference

This reference describes the key-value pairs contained in WorkSpace configuration file. WorkSpace configuration file is a properties file workspace.properties located in the directory <ORABPM_HOME>/webapps/workspace/WEB-INF

Directory Settings

Property Key Default Value Possible Values Description
fuego.workspace.DIRECTORY_ID "default" A valid directory ID. The directory ID that identifies the directory 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.

WorkSpace Settings

Property Key Default Value Possible Values Description
fuego.workspace.debug false
  • true
  • 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.

Logging

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.
  • default location: <ORABPM_HOME>/log/workspace.log
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.

Process Execution Properties

Property Key Default Value Possible Values Description
fuego.workspace.execution.performNextActivity false
  • true
  • 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
  • true
  • false
Display external activities in a pop up window.

Process API Settings

Property Key Default Value Possible Values Description
fuego.workspace.papi.instancesCacheSize 200 A positive value. Number of instances in PAPI cache.

Single Sign On

Property Key Default Value Possible Values Description
fuego.workspace.enableSSO false
  • true
  • 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. WorkSpace bean helper. This class should implement the interface fuego.workspace.adapter. WorkspaceBeanHelper.

WorkSpace Customization

Property Key Default Value Possible Values Description
fuego.workspace.stylesheet N.A. A valid CSS file name. CSS file that defines 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
  • true
  • false
Enables WorkSpace edition mode.
fuego.workspace.enableConfigurableListenerMode false
  • true
  • false
Enables WorkSpace listeners configuration.
fuego.workspace.enableLayoutEdition false
  • true
  • false
Enables WorkSpace layout edition.
fuego.workspace.worklist.styleResolverClassname null A class implementing WorkListDecorator interface. Custom Work Items panel decorator.
fuego.workspace.attachments.contentLength 12 A positive value. Length of the description and file-name column in the Attachments table, in characters.
fuego.workspace.processImageTheme BPMN
  • Classic BPMN
  • BPMN
  • ColorBPMN
  • BusinessAnalyst
  • UML
Theme used to display process images and activity icons.
fuego.workspace.defaultExecutionType DIALOG
  • DIALOG
  • POPUP
Default execution type for Applications and Work Items panels.
fuego.workspace.executionDialog.maximize Specifies if WorkSpace displays dialogs maximized.
  • true
  • false
Specifies if executions dialogs are displayed maximized. If set to false, it uses the defined width and height.
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 pop up width in pixels.
fuego.workspace.popupWindows.height 600 A positive value. Execution pop up height in pixels.
fuego.workspace.search.rolePolicyScopes ALL
  • ALL
  • ALL_IN_ROLE
  • PARTICIPANT_ROLES
  • PARTICIPANT
Defines the WorkSpace search scope policy. Multiple policies are separated with commas. The first value is WorkSpace default selection.
fuego.workspace.execution.ajax.enabled true
  • true
  • false
Enables AJAX execution for interactive components.
fuego.workspace.views.editable true
  • true
  • false
Enables Views edition.
fuego.workspace.auditTrail.processImageOrientation N.A.
  • VERTICAL
  • HORIZONTAL
Orientation of the audit trail process image.

RSS Feeds Application

Property Key Default Value Possible Values Description
fuego.workspace.feedUrlGuessing false
  • true
  • 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.

Optional Properties

You can optionally add the following optional properties to you WorkSpace configuration file:

Property Key Default Value Possible Values Description
fuego.upload.FILE_MAX_SIZE N.A. A positive value.

Specifies the maximum size in bytes, allowed for the attachments you can add to a process instance.

Setting this property a very low value causes the rejection of most of the files. However setting a very high value can decrease the performance of the application.

fuego.workspace.servlet.Attachment.MAX_ATTACHMENT_SIZE   A positive value.

Specifies the maximum size in bytes, allowed for the files you can upload using the execution framework. This property configures the attachment size limit when using the Attachment Component or Custom JSPs.

Setting this property a very low value causes the rejection of most of the files. However setting a very high value can decrease the performance of the application.

WorkSpace Extension Settings

WorkSpace Extension wizard uses the following properties to store configuration properties. You must not modify them manually.
  • fuego.workspace.imageServer
  • fuego.workspace.enableWE
  • fuego.workslace.collaboration.supportedLanguages