Skip to content

bpm-crafters/process-engine-adapters-camunda-7

Repository files navigation

Process Engine Adapter Camunda 7

stable Development branches Maven Central Version Camunda Platform 7

Purpose of the library

This library provides an adapter implementation of Process Engine API for Camunda 7 process engine.

Compatibility

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

📚 Documentation

The documentation can be found here or in its respective repository.

Usage

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>

Anatomy

The library contains of the following Maven modules:

  • process-engine-adapter-camunda-platform-c7-embedded-core: Camunda 7 Platform Embedded Adapter implementation
  • process-engine-adapter-camunda-platform-c7-embedded-spring-boot-starter: Camunda 7 Platform Embedded Adapter Spring Boot Starter
  • process-engine-adapter-camunda-platform-c7-remote-core: Camunda 7 Platform Remote Adapter implementation
  • process-engine-adapter-camunda-platform-c7-remote-spring-boot-starter: Camunda 7 Platform Remote Adapter Spring Boot Starter
  • process-engine-adapter-camunda-platform-c7-bom: Maven BOM containing dependency definitions.