...
By default, this configuration file has the name 'taskanarolestaskana.properties' and is searched in the classpath. In addition, the separator '|' is used. Both defaults can be changed by specifying the property filename and separator explicitely explicitly when creating the TaskanaEngineConfiguration via constructor.
...
If Taskana doesn't find a configuration file, it operates with empty roles.
Custom Holiday Configuration
By adding the property taskana.custom.holidays to the taskana property file custom holidays can be configured while the startup of taskana. The format of an Holiday is in the format of dd.MM where dd stand for day and MM stand for month. The single custom holidays have to be separated by ; like in the following example.
Code Block |
---|
taskana.custom.holidays=31.07;16.12 |
If the format for a single custom holiday is not in that format, then this custom holiday will be ignored and a warning will be logged with the ignored custom holiday.