Quarkus Integration

The CIB seven engine can be used in a Quarkus application by using the provided Quarkus Extension. Quarkus Extensions add behavior to your Quarkus application by adding dependencies to the classpath.

The CIB seven engine Quarkus Extension will pre-configure the Camunda process engine, so it can be easily used in a Quarkus application.

If you are not familiar with Quarkus, have a look at the getting started guide.

To enable CIB seven engine autoconfiguration, add the following dependency to your pom.xml:

<dependency>
  <groupId>org.camunda.bpm.quarkus</groupId>
  <artifactId>camunda-bpm-quarkus-engine</artifactId>
  <version>7.22.0-cibseven</version>
</dependency>

This will add the CIB seven engine version 7.22.0-cibseven to your dependencies.

Supported deployment scenarios

Camunda supports the following deployment scenario:

  • executable JAR with one embedded process engine.

There are other possible variations that might also work, but are not tested by Camunda at the moment.