Deployment Manual / Version 2010
Table Of Contentsworkflow.blob-cache-size
| |
Type | java.lang.Long |
Default | 32000000 |
Description | The size of the main disk cache of the UAPI |
workflow.blob-streaming-size-threshold
| |
Type | java.lang.Integer |
Default | 131072 |
Description | The minimum size of streamed blobs |
workflow.blob-streaming-threads
| |
Type | java.lang.Integer |
Default | 2 |
Description | The number of streaming threads |
workflow.domain
| |
Type | java.lang.String |
Default | |
Description | The server's domain name |
workflow.heap-cache-size
| |
Type | java.lang.Integer |
Default | 20000000 |
Description | The size of the main memory cache of the UAPI |
workflow.ior-url
| |
Type | java.lang.String |
Default | |
Description | The Content Server's IOR URL |
workflow.map-role
| |
Type | java.util.Map<java.lang.String,java.lang.String> |
Default | |
Description | Role mappings are used to replace group names in a process definition file by other group names without having to actually modify the textual definition |
workflow.max-cached-blob-size
| |
Type | java.lang.Integer |
Default | |
Description | The maximum size of cached blobs |
workflow.navigatethrough
| |
Type | java.lang.Boolean |
Default | true |
Description | Whether to enable navigate through cache of the UAPI. This cache is used for computing read rights on folders in case no explicit read rights are defined and read rights on subfolders force read rights on folders on the path to these folders. Because these computations are expensive and sometimes unnecessary, this flag allows you to ignore navigate-through rights in the Workflow Server. |
workflow.password
| |
Type | java.lang.String |
Default | workflow |
Description | Define a password for the connection with the Content Management Server. |
workflow.pool.queue-size
| |
Type | java.lang.Integer |
Default | 0 |
Description | Pool queue limit. |
workflow.pool.threads-max
| |
Type | java.lang.Integer |
Default | |
Description | Pool thread max limit. |
workflow.pool.threads-min
| |
Type | java.lang.Integer |
Default | 0 |
Description | Pool thread min limit. |
workflow.server.adapters.directory
| |
Type | java.lang.String |
Default | com.coremedia.workflow.impl.server.adapters.directory.UnifiedUserManagerAdapter |
Description | The directory service adapter. |
workflow.server.adapters.persistence
| |
Type | java.lang.String |
Default | com.coremedia.workflow.impl.server.adapters.persistence.GenericRDBMSAdapter |
Description | The persistence adapter. |
workflow.server.allow-live
| |
Type | java.lang.Boolean |
Default | false |
Description | Whether to allow connecting to a live Content Server |
workflow.server.remote-action-handler
| |
Type | java.lang.String |
Default | com.coremedia.cotopaxi.workflow.BuiltInRemoteActionHandler |
Description | The remote action handler. |
workflow.server.session.reaper-timeout
| |
Type | java.lang.Integer |
Default | 60 |
Description | The interval of the session reaper checks. |
workflow.server.session.timeout
| |
Type | java.lang.Integer |
Default | 300 |
Description | The timeout until an inactive session is closed. |
workflow.server.standalone
| |
Type | java.lang.String |
Default | |
Description | Possible values: 'true'|'false'|'embedded' |
workflow.server.sweeper.concurrent
| |
Type | java.lang.Boolean |
Default | false |
Description | The concurrent sweep mode. |
workflow.server.sweeper.delay
| |
Type | java.lang.Long |
Default | 0 |
Description | The sweep delay. |
workflow.server.termination-timeout-seconds
| |
Type | java.lang.Integer |
Default | 30 |
Description | Timeout for waiting on running threads on shutdown |
workflow.server.tx.idletimeout
| |
Type | java.lang.Integer |
Default | 30 |
Description | Transaction handler idle timeout. |
workflow.server.tx.max
| |
Type | java.lang.Integer |
Default | 20 |
Description | Limits the maximum number of database connections. |
workflow.server.uapi.connect-retry-delay-seconds
| |
Type | java.lang.Long |
Default | 10 |
Description | The delay in seconds the Workflow Server waits between retries to connect to the Content Server when starting. |
workflow.server.uapi.session-pool.max-idle-count
| |
Type | java.lang.Integer |
Default | 1000 |
Description | The maximum number of idle sessions to keep in the Content Server session pool. |
workflow.server.uapi.session-pool.max-idle-time-m-s
| |
Type | java.lang.Long |
Default | 60000 |
Description | The time in milliseconds after which an idle session of the Content Server session pool should be closed. |
workflow.server.uapi.session-pool.max-open-count
| |
Type | java.lang.Integer |
Default | 1000 |
Description | The maximum number of sessions to hold at any time (busy + idle) in the Content Server session pool. |
workflow.serviceindicator
| |
Type | java.lang.String |
Default | |
Description | The server's service indicator |
workflow.user
| |
Type | java.lang.String |
Default | workflow |
Description | Define a user for the connection with the Content Management Server. |
Table 4.18. Workflow Server Properties