Taskana is configured via a configuration file 'taskana.properties'
. This configuration file contains all parameters to control the behaviour of the taskana library.
...
History audit logger
By adding the propery property taskana.historylogger.name it is possible to configure the name of the logger which you want to use to write to your audit file. Furthermore you can configure the audit logger through a custom log4j.xml file.
...
Code Block |
---|
taskana.historylogger.name=AUDIT |
DMN Task router
The location of the DMN file which you would like to use for routing rules is configurable. The Router will first check if a file exists in the filesystem for the provided value iand and if that's not the case it will check the classpath. You have to specify the location/path path by adding thetaskana.routing.dmn property
example:
Code Block |
---|
taskana.routing.dmn=/dmn-routing.dmn |
Validation Timestamps in the past
The taskana.validation.allowTimestampInThePast allows the user to create and update tasks with timestamps in the past. If the property is set to true, the planned and due timestamp of a task can be set to a past point in time.