Workflow Manual / Version 2406.0
Table Of Contents
In this section, you will find tables with all properties and actions manageable via JMX.
The entries below the JMImplementation
key display information on the
JMX implementation which will not be described here.
Note
The information contained in the Statistics section are not described, because this information can only be interpreted by trained CoreMedia consultants who are familiar with the inner workings of the CoreMedia components.
Workflow Server Properties
Attribute | Type | Description |
---|---|---|
| Read-only | Description of the CoreMedia System. |
| Read-only | Installation host of the Workflow Server |
| Read-only | Classpath used by the current Java installation |
| Read-only | Installation directory of the used Java. |
| Read-only | Information about the used JVM. |
| Read-only | Java process information, the number of threads, free memory, used memory, total memory. |
| Read/Write | Enable ("true") logging of actions. |
| Read/Write | Enable ("true") logging of client actions. |
| Read/Write | Enable ("true") logging of the ContentManager. |
| Read/Write | Enable ("true") logging of ErrorLog. |
| Read/Write | Enable ("true") logging of expressions. |
| Read/Write | Enable ("true") logging of the PersistenceAdapter. |
| Read/Write | Enable ("true") logging of policies. |
| Read/Write | Enable ("true") logging of the ProcessSweeper. |
| Read/Write | Enable ("true") logging of signals. |
| Read/Write | Enable ("true") logging of timers. |
| Read/Write | Enable ("true") logging of transactions. |
| Read/Write | The maximum number of concurrently executed long actions. |
| Read/Write | The maximum number of concurrently executed final actions.
The default value is derived from configuration property workflow.server.final-actions-max ,
which is described in Table 3.31, “Workflow Server Properties” in Deployment Manual
|
| Read/Write | If the execution of workflow final actions is retried after a
RetryableActionException was thrown.
Set this to false to completely disable retries after these exceptions. The default value
is derived from configuration property workflow.server.retry-final-actions.enabled ,
which is described in Table 3.31, “Workflow Server Properties” in Deployment Manual.
|
| Read-only | Information about the operating system of the Workflow Server host. |
| Read/Write | The interval in seconds between checks for inactive sessions (see SessionTimeout). |
| Read/Write | The time in seconds before an inactive session is closed. |
| Read/Write | The time in seconds before an idle database connection is closed. |
| Read/Write | The maximum number of database connections. |
Table 6.1. Managed Workflow Server properties
Workflow Server Operations
Operation | Attribute | Description |
---|---|---|
clearCaches | Clear the caches of the Workflow Server. |
Table 6.2. Workflow Server operations properties