Versions Compared

Key

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

Example: TSK-1132: Replaced checkboxes in sort options with radio buttons.

Next Version:

v5.4.0

Breaking

Database Schema Update

Major Version Updates

New

  • TSK-1914: introduced TaskState.IN_REVIEW and TaskState.READY_FOR_REVIEW. Extend claim, cancelClaim and complete accordingly.

  • TSK-1915: added TaskService#requestReview(String) and TaskService#forceRequestReview(String)

  • TSK-1916: added TaskService#requestChanges(String) and TaskService#forceRequestChanges(String)

  • TSK-1938: added AfterRequestChangesProvider which allows customized behavior after changes have been requested on a given Task

  • TSK-1937: added AfterRequestReviewProvider which allows customized behavior after a review has been requested on a given Task.

Improvements

...

New

  • TSK-2000: Add filtering by the key of the parent Classification of the Classification of the Task.

  • TSK-1972: Configure Working Hours for TASKANA

  • TSK-1988: Refactor TaskanaEngineConfiguration

  • TSK-1989: Integrate execution of or Jobs in taskana-core

  • TSK-2013: selectAndClaimTask returns Optional<Task>

Breaking

  • TSK-1972: Configure Working Hours for TASKANA

    • TBD

  • TSK-1988: Refactor TaskanaEngineConfiguration

    • Taskana Engine is immutable

    • remove cycle between TaskanaConfiguration and TaskanaEngine

  • TSK-1989: Integrate execution of or Jobs in taskana-core

    • Jobs are executed automatically without Spring Scheduler

  • TSK-2013: selectAndClaimTask returns Optional<Task>

Migration Guide

  • TSK-1972: Configure Working Hours for TASKANA

    • TBD

  • TSK-1988: Refactor TaskanaEngineConfiguration

    • TBD

  • TSK-1989: Integrate execution of or Jobs in taskana-core

    • TBD

Database Schema Update

Major Version Updates

Deprecations

New

Improvements