/
Getting started history plugin

Getting started history plugin

Build the plugin

Taskana history library

./mvnw clean install

REST API

with console:

./mvnw spring-boot:run -P history.plugin -pl :taskana-rest-spring-example-boot

with Intellij:

  1. Open the Maven tab on the right
  2. Open the first entry 'Profiles'
  3. Select the checkbox 'history.plugin'
  4. Start ExampleRestApplication

 

REST API will be available: http://localhost:8080/v1/task-history-event

Related content

Spring Boot configuration
Spring Boot configuration
More like this
Enable TRACE Logging with Logging AspectJ
Enable TRACE Logging with Logging AspectJ
More like this
Taskana Web Application
Taskana Web Application
More like this
History Service
History Service
More like this
Failed task creation handling / configuration / monitoring
Failed task creation handling / configuration / monitoring
More like this
Job Configuration
Job Configuration
More like this