Lightweight library for general purpose task management
Go to file
Yakup Ensar Evli 43ed441daf TSK-1812: Added details in task-history for claim/cancel
Detect changes and pass them in the specific event in TaskServiceImpl class. For saving the old state of the specified task, I had to use copy() since getTask returns the same object reference, thus no changes can be detected. 
In the specified events details are accepted as parameters.
Extended Tests for Claim and Cancel Events to check correct details.
2022-05-31 16:54:29 +03:00
.github TSK-1857: Move taskana-core tests into a dedicated module 2022-05-27 14:22:57 +02:00
.mvn/wrapper TSK-1847: updated version of maven wrapper 2022-04-13 14:28:29 +02:00
.run TSK-1813: Fix DB2 run command for IntelliJ 2022-03-03 08:54:13 +01:00
ci TSK-1857: Move taskana-core tests into a dedicated module 2022-05-27 14:22:57 +02:00
common TSK-1857: change sonar configuration for missing test folders 2022-05-27 14:22:57 +02:00
docker-databases TSK-1831: removed old taskanaUnitTest.properties file in db scripts 2022-04-26 15:27:56 +02:00
history TSK-1812: Added details in task-history for claim/cancel 2022-05-31 16:54:29 +03:00
lib TSK-1812: Added details in task-history for claim/cancel 2022-05-31 16:54:29 +03:00
qa updated taskana intellij formatter 2022-05-09 18:02:06 +03:00
rest TSK-1894: set manual priority to default in rest 2022-05-27 17:21:30 +02:00
routing TSK-1896: taskana-spi-routing-dmn-router now provides provider conf file 2022-05-31 10:28:50 +03:00
web TSK-1895: Fixed a bug where a spinner timeout causes an error message (#1940) 2022-05-31 11:29:22 +02:00
.gitignore TSK-1787: Update frontend dependencies, including Angular 13 2022-01-18 14:44:43 +01:00
CODE_OF_CONDUCT.md TSK-1849: updated Code of conduct to version 2.1 2022-04-13 18:09:26 +02:00
LICENSE Initial commit 2017-06-28 17:45:30 +02:00
README.md TSK-1497: updated CI badge on README.md 2021-01-16 12:09:20 +01:00
mvnw TSK-1847: updated version of maven wrapper 2022-04-13 14:28:29 +02:00
mvnw.cmd TSK-1847: updated version of maven wrapper 2022-04-13 14:28:29 +02:00
pom.xml TSK-1857: Move taskana-core tests into a dedicated module 2022-05-27 14:22:57 +02:00

README.md

TASKANA - The open source task management library

Contributors Styling CI Quality Gate Status Maven Central License

TASKANA is a task management component open source library. It can be embedded into your application or be operated standalone if appropriate. Beside the basic task management functionalities, TASKANA adds workbaskets and classifications to control and monitor a large amount of tasks within a larger organization.

Components

TASKANA splits up into five components:

TASKANA core

  • The Java library providing the task management functions

TASKANA REST API

  • REST API to allow remote access to the TASKANA system.

TASKANA workplace

  • Angular based web application to work on the tasks
  • Sample tasklist application you can use if appropriate

TASKANA admin

  • Angular based web application to configure the system
  • Supports workbaskets and classifications

TASKANA monitor

  • Angular based web application to monitor the status of the entire task pool
  • Provides views and statistics about the conformance with defined services levels
  • Shows the workload of your organization and the individual teams