Quarkus Integration

Этот раздел перенесён из документации Camunda 7 и в дальнейшем будет доработан с учётом особенностей OpenBPM Engine

The Camunda 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 Camunda 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 https://quarkus.io/, have a look at the getting started https://quarkus.io/get-started/ guide.

To enable Camunda Engine autoconfiguration, add the following dependency to your pom.xml:

<dependency>
  <groupId>io.openbpm.bpm.quarkus</groupId>
  <artifactId>camunda-bpm-quarkus-engine</artifactId>
  <version>{{< minor-version >}}.0</version>
</dependency>

This will add the Camunda engine v.{{< minor-version >}}.0 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.

Лицензия и атрибуция

Эта документация была создана на базе материала "Camunda 7 Docs" от Camunda, находится под лицензией Creative Commons Attribution-ShareAlike 3.0 Unported License .

Оригинал документации: https://docs.camunda.org