/camunda-bpm-spring-boot

Camunda BPM Spring Boot integration

Primary LanguageJavaApache License 2.0Apache-2.0

camunda-bpm-spring-boot

Camunda BPM Spring Boot integration

Useful resources

How to import the REST classes (instead the war file)

If you want to add the Camunda BPM Rest API, you have to add following dependency to your maven build.

<dependency>
  <groupId>org.camunda.bpm</groupId>
  <artifactId>camunda-engine-rest</artifactId>
  <classifier>classes</classifier>
  <version>7.2.0</version>
</dependency>

If it is present on the classpath, it will be autodetected and made available under .

example with spring

Maintainer

License