Skip to content

jit-open/camunda7-external-task-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Camunda Spring Boot Worker Application

Spring Boot Worker Application using Camunda.

How does it work?

How to use it?

Running the application

You can also build and run the process application with Spring Boot.

Manually

  1. Build the application using:
mvn clean package
  1. 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.

Maven Spring Boot Plugin

  1. Build and deploy the process application using:
mvn clean package spring-boot:run

Your Java IDE

  1. Run the project as a Java application in your IDE using CamundaApplication as the main class.

Environment Restrictions

Built and tested against Camunda Platform version 7.19.0.

Known Limitations

License

Apache License, Version 2.0.

About

Camunda 7 Sample External Task Client Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages