You can configure your Process Governance the infrastructure.
Properties that are highlighted as cross-tenant properties can only be changes using ARIS Cloud Controller Command-line Tool. To change these settings enter the following:
reconfigure apg_<size of your installation, s, m, or l> JAVA-D<property name>="<value>"
Example
reconfigure apg_m JAVA-Dcom.idsscheer.age.activity.ws.call.timeout="https://myserver.com"
This is where you find an overview of keys and value pairs:
Key |
Description |
Valid input |
Example |
---|---|---|---|
com.idsscheer.age.config.encrypted |
Encrypted properties Specifies the configuration properties with encrypted values in a comma-separated list. |
String |
|
com.idsscheer.age.activity.ws.call.timeout |
Web service read timeout Specifies the timeout for read access to a Web service in milliseconds. |
43200000 |
Number > 0 |
com.idsscheer.age.log.dblogger.severity |
Log level Specifies the log level relevant for logging messages in a log file. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. |
|
Number > 0 |
com.idsscheer.age.log.monitoring.output.path |
Log file output path Specifies the output path for the system monitoring log files. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. |
Path on a server |
|
com.idsscheer.age.query.maxResults |
Maximum query result size Specifies the maximum number of items that are to be returned by a single query. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. |
|
|
com.idsscheer.age.xe.maxExecDuration |
Maximum execution time Specifies the maximum execution time in milliseconds for activities that support a timeout. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. |
43200000 |
Number > 0 |
com.idsscheer.age.autodeploy.archive |
Archive folder Specifies the location of the folder used for archiving automatically generated processes. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. |
|
|
com.idsscheer.age.autodeploy.model |
Input folder Specifies the location of the folder used for storing automatically generated processes. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. |
|
|
com.aris.age.email.fail.instance.on.error |
Stop process instance if notification fails Specifies that running a process instance should fail if a notification cannot be successfully sent. The default is allowed (default value true). |
true, false |
true |
com.aris.age.email.simulate.only |
Simulate notifications Specifies that notifications are not to be sent to their recipients. The default value is false. |
true, false |
false |
com.idsscheer.age.version |
Build number Process Governance build number. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. |
|
|
com.idsscheer.age.node.assignment.strategy |
Node assignment strategy Indicates the node assignment strategy that is currently active. The default value is TENANT_BASED. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. |
TENANT_BASED, PROCESS_INSTANCE_BASED |
TENANT_BASED |
com.idsscheer,retry.failed.instances.on.restart |
Restart failed process instances Specifies that a failed activity of an executable process instance is restarted with the same data if the system is available again. The default value is false. |
true, false |
false |
com.idsscheer.age.automatic.node.rebalance |
Redistribute process instances using the PROCESS_INSTANCE_BASED node assignment strategy Specifies that process instances are to be automatically redistributed across all active Process Governance nodes every time a new Process Governance node is added to the ARIS environment. The default is allowed (default value true). Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. |
true, false |
true |
com.idsscheer.age.batch.processing.size |
Batch processing size Specifies the number of process instances to be processed by the engine. Instances move to QUEUED state if the current processing instances count exceeds the configured value. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. The default value is 1000. |
Integer > 0 |
|
com.idsscheer.age.priority.queue.size |
Priority queue size Specifies the size of the priority queue. The priority queue contains the instances that are to be run with high priority. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. The default value is 100. |
Integer > 0 |
|