| 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. |
| 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. | 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 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 WorkSpace edition mode. |
| fuego.workspace.enableConfigurableListenerMode | false |
|
Enables WorkSpace listeners configuration. |
| fuego.workspace.enableLayoutEdition | 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 |
|
Theme used to display process images and activity icons. |
| fuego.workspace.defaultExecutionType | DIALOG |
|
Default execution type for Applications and Work Items panels. |
| fuego.workspace.executionDialog.maximize | Specifies if WorkSpace displays dialogs maximized. |
|
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 |
|
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 |
|
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. |
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. |