Atoti Sign-Off
Overview
These are the properties you may use to configure your Atoti Sign-Off Server.
The only required properties are the application.rest-apis.*
properties, which configure the access to the REST service used to communicate with the Atoti
server that contains the data to be signed-off. Please see the relevant section in the application.yml
for an example of how to connect to the Market Risk application.
note
We inherit many properties from Spring related to the datasources. We define some, but not all of them. We have listed all that will be registered by Spring on startup. For more information on specific properties, see the Spring docs.
Module properties
Key | Description | Default value |
---|---|---|
activiti.datasource.driver-class-name | Spring inherited property used when configuring the Atoti Sign-Off audit log datasource. | |
activiti.datasource.embedded-database-connection | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.generate-unique-name | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.allow-pool-suspension | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.auto-commit | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.catalog | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.connection-init-sql | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.connection-test-query | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.connection-timeout | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | 30000 |
activiti.datasource.hikari.data-source-class-name | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.data-source-j-n-d-i | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.data-source-properties | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.driver-class-name | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.exception-override-class-name | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.health-check-properties | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.idle-timeout | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | 600000 |
activiti.datasource.hikari.initialization-fail-timeout | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.isolate-internal-queries | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.jdbc-url | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.keepalive-time | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.leak-detection-threshold | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.login-timeout | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.max-lifetime | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.maximum-pool-size | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | 10 |
activiti.datasource.hikari.metrics-tracker-factory | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.minimum-idle | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | 1 |
activiti.datasource.hikari.password | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.pool-name | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | activiti |
activiti.datasource.hikari.read-only | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.register-mbeans | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.scheduled-executor | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.schema | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.transaction-isolation | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.username | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.hikari.validation-timeout | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.jndi-name | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.name | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.password | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.type | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.url | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. Note that we do NOT recommend using a H2 database in production, please use a production grade database. | jdbc:h2:file:./sign-off-activiti;DB_CLOSE_DELAY=-1 |
activiti.datasource.username | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | activiti |
activiti.datasource.xa.data-source-class-name | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
activiti.datasource.xa.properties | Spring inherited property used when configuring the Atoti Sign-Off activiti datasource. | |
application.datasource.driver-class-name | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.embedded-database-connection | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.generate-unique-name | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.allow-pool-suspension | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.auto-commit | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.catalog | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.connection-init-sql | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.connection-test-query | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.connection-timeout | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | 30000 |
application.datasource.hikari.data-source-class-name | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.data-source-j-n-d-i | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.data-source-properties | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.driver-class-name | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.exception-override-class-name | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.health-check-properties | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.idle-timeout | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | 600000 |
application.datasource.hikari.initialization-fail-timeout | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.isolate-internal-queries | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.jdbc-url | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.keepalive-time | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.leak-detection-threshold | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.login-timeout | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.max-lifetime | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.maximum-pool-size | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | 10 |
application.datasource.hikari.metrics-tracker-factory | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.minimum-idle | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | 1 |
application.datasource.hikari.password | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.pool-name | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | application |
application.datasource.hikari.read-only | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.register-mbeans | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.scheduled-executor | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.schema | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.transaction-isolation | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.username | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.hikari.validation-timeout | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.jndi-name | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.name | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.password | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.type | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.url | Spring inherited property used when configuring the Atoti Sign-Off application datasource. Note that we do NOT recommend using a H2 database in production, please use a production grade database. | jdbc:h2:file:./application-sign-off;DB_CLOSE_DELAY=-1 |
application.datasource.username | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | app |
application.datasource.xa.data-source-class-name | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.datasource.xa.properties | Spring inherited property used when configuring the Atoti Sign-Off application datasource. | |
application.rest-apis | The properties of the application servers known to the Atoti Sign-Off server, mapped by server name. | |
audit-log.datasource.driver-class-name | Spring inherited property used when configuring the Atoti Sign-Off audit log datasource. | |
audit-log.datasource.embedded-database-connection | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.generate-unique-name | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.allow-pool-suspension | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.auto-commit | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.catalog | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.connection-init-sql | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.connection-test-query | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.connection-timeout | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | 30000 |
audit-log.datasource.hikari.data-source-class-name | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.data-source-j-n-d-i | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.data-source-properties | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.driver-class-name | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.exception-override-class-name | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.health-check-properties | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.idle-timeout | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | 600000 |
audit-log.datasource.hikari.initialization-fail-timeout | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.isolate-internal-queries | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.jdbc-url | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.keepalive-time | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.leak-detection-threshold | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.login-timeout | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.max-lifetime | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.maximum-pool-size | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | 10 |
audit-log.datasource.hikari.metrics-tracker-factory | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.minimum-idle | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | 1 |
audit-log.datasource.hikari.password | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.pool-name | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | audit-log |
audit-log.datasource.hikari.read-only | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.register-mbeans | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.scheduled-executor | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.schema | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.transaction-isolation | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.username | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.hikari.validation-timeout | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.jndi-name | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.name | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.password | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.type | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.url | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. Note that we do NOT recommend using a H2 database in production, please use a production grade database. | jdbc:h2:file:./audit-log-sign-off;DB_CLOSE_DELAY=-1 |
audit-log.datasource.username | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | audit |
audit-log.datasource.xa.data-source-class-name | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
audit-log.datasource.xa.properties | Spring inherited property used when configuring the Atoti Sign-Off audit-log datasource. | |
sign-off.application.overlapping-scopes.allowed | True if users are allowed to create definitions on overlapping scopes, false otherwise. | false |
sign-off.application.settings.adjustment-level-coordinate.dimension-name | The name of the dimension. | |
sign-off.application.settings.adjustment-level-coordinate.hierarchy-name | The name of the hierarchy. | |
sign-off.application.settings.adjustment-level-coordinate.level-name | The name of the level. | |
sign-off.application.settings.adjustment-reasons | The list of possible reasons for making an adjustment. | |
sign-off.application.settings.feed-level-coordinate.dimension-name | The name of the dimension. | |
sign-off.application.settings.feed-level-coordinate.hierarchy-name | The name of the hierarchy. | |
sign-off.application.settings.feed-level-coordinate.level-name | The name of the level. | |
sign-off.notification.server-started-notification-user-role | The role required to receive the server started notification. | ROLE_ADMIN |
sign-off.workflow.approver-can-be-same-as-previous-user | True if the approving user can be the same as the previous user in the workflow. | false |
sign-off.workflow.configuration | Stores the mapping of the sign-off workflow name to the workflow ID as per the BPMN file. | |
sign-off.workflow.keep-adjustments-when-restarting-task | True if the default behavior when restarting tasks should be to keep existing adjustments, false if the default behavior should be to delete the adjustments. | true |
sign-off.workflow.roles | List of roles for a workflow. | |
sign-off.workflow.user-group-prefix | The prefix to use for user groups, utilized by Activiti’s GrantedAuthoritiesGroupsMapper. | ROLE_ |
sign-off.workflow.users-have-option-to-keep-adjustments | True if users have the option to keep or delete adjustments when restarting tasks, false if they do not have the option. When users don’t have the option, the value of the sign-off.workflow.keep-adjustments-when-restarting-task property is used to determine whether to keep or delete adjustments. |
true |