Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

If there is no such property, the default value of Taskana takes care that Taskana calculates working days day calculation happens as before (assuming your Timezone is Europe/Berlin). This means there is no reconfiguration of Service Levels and similar things necessary.

...

Code Block
taskana.workingtime.schedule.MONDAY=07:00-12:00|13:00-18:00
taskana.workingtime.schedule.tuesday=08:00-13:00|14:00-19:31
taskana.workingtime.schedule.weDneSDaY=06:30-12:30

Time zone

Via the property taskana.workingtime.timezone you specify the time zone that is used in to calculate working time. The format of the possible values is documented by ZoneId of the Java SDK. We generally recommend to use region Ids.

The default value is Europe/Berlin.

Code Block
taskana.workingtime.timezone=America/Phoenix

History deletion upon task deletion

...