Versions Compared

Key

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

...

Taskana history library

Code Block
languagebash
cd./mvnw libclean mvninstall clean-f installlib

Rest Api

Code Block
languagebash
cd lib\./mvnw spring-boot:run -pl :taskana-simplehistory-rest-spring-example
mvn spring-boot:run

Rest api will be available: http://localhost:8080/v1/task-history-event

...

  1. Generate client bundle typing npm run build:prod at taskana/web folder (if it is not already generated)
  2. Install taskana rest project with the option -P history.plugin at taskana/rest folder mvn folder v./mvnw clean install -P history.plugin -f rest  (It will create taskana-rest-spring-example-boot with history plugin dependencies)
  3. Run taskana application, just do mvn ./mvnw spring-boot:run -P history.plugin -pl :taskana-rest-spring-example-boot at taskana\rest\taskana-rest-spring-example-boot folder
  4. Go to http://localhost:8080 and you will get History module available.