Spring Boot Worker Application using Camunda.
You can also build and run the process application with Spring Boot.
- Build the application using:
mvn clean package
- Run the *.jar file from the
target
directory using:
java -jar target/camunda7-external-task-client.jar
For a faster 1-click (re-)deployment see the alternatives below.
- Build and deploy the process application using:
mvn clean package spring-boot:run
- Run the project as a Java application in your IDE using CamundaApplication as the main class.
Built and tested against Camunda Platform version 7.19.0.