This library provides an adapter implementation of Process Engine API for Camunda 7 process engine.
| Adapter-7 Version | Camunda 7 Version | API Version |
|---|---|---|
| 2026.02.1 | 7.24.0 | 1.5 |
| 2025.11.1 | 7.24.0 | 1.4 |
| 2025.07.1 | 7.23.4 | 1.3 |
The documentation can be found here or in its respective repository.
If you want to start usage, please add the BOM to your Maven project and add the corresponding adapter implementation:
<dependency>
<groupId>dev.bpm-crafters.process-engine-adapters</groupId>
<artifactId>process-engine-adapter-camunda-platform-c7-bom</artifactId>
<version>${process-engine-adapter-camunda-7.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>The library contains of the following Maven modules:
process-engine-adapter-camunda-platform-c7-embedded-core: Camunda 7 Platform Embedded Adapter implementationprocess-engine-adapter-camunda-platform-c7-embedded-spring-boot-starter: Camunda 7 Platform Embedded Adapter Spring Boot Starterprocess-engine-adapter-camunda-platform-c7-remote-core: Camunda 7 Platform Remote Adapter implementationprocess-engine-adapter-camunda-platform-c7-remote-spring-boot-starter: Camunda 7 Platform Remote Adapter Spring Boot Starterprocess-engine-adapter-camunda-platform-c7-bom: Maven BOM containing dependency definitions.