Contract
Dependencies
In order to create and use custom Valtimo components, the contract module needs to be added as a dependency. The following can be added to your project, depending on whether Maven or Gradle is used:
Backend
The samples below assume the valtimo-dependency-versions module is used. If not, please specify the artifact version as well.
Maven dependency:
Gradle dependency:
Configuration
Contract can be configured to better match the environment. The identifier field used when assigning cases and tasks to users can be configured with the property as defined below:
application.yml
application.yml
There are two possible values here, username
and userid
. These settings should only be configured once, when setting up Valtimo. Changing this property to something else will also require database changes.
Last updated