Simple application based on Getting Started from https://github.com/camunda-community-hub/micronaut-camunda-bpm
See also https://github.com/tobiasschaefer/micronaut-camunda-example-kotlin-gradle for another example
Start the example:
./mvnw clean mn:run
A simple process is deployed automatically.
The Camunda Cockpit is available at http://localhost:8080/
. Login with admin
/admin
.
The Camunda REST API is available at the context path /engine-rest
, e.g. GET http://localhost:8080/engine-rest/engine
.