Registry / dependency-injection / camunda-engine-spring

camunda-engine-spring

JSON →
library7.24.0javamavenunverified

Spring integration for the Camunda BPM workflow engine, enabling process execution within Spring applications.

<dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-engine-spring</artifactId> <version>7.24.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMUNDA-ENGINE-SPR
C
camunda-engine-spring
dependency-injectionjavav7.24.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SpringProcessEngineConfiguration
org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration

Configures a Spring-managed Camunda process engine with H2 in-memory database.

import org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration; SpringProcessEngineConfiguration config = new SpringProcessEngineConfiguration(); config.setDatabaseSchemaUpdate("true"); config.setJdbcUrl("jdbc:h2:mem:camunda"); config.setJdbcDriver("org.h2.Driver"); config.setJdbcUsername("sa"); config.setJdbcPassword("");
Debug
Known issues
breakingVersion 7.24.0 is the last community edition release on Maven Central; no further updates will be provided.
fix
Consider migrating to the enterprise edition for extended maintenance or pinning to this version.
affects: >=7.24.0
Upgrade
Version history
7.24.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
32
Resources
camunda-engine-spring — mvn dependency:get camunda-engine-spring · libregistry