Registry / other / camunda-engine

camunda-engine

JSON →
library7.24.0javamavenunverified

Camunda BPM engine is a workflow and decision automation engine for business process management (BPMN) and decision management (DMN).

<dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-engine</artifactId> <version>7.24.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMUNDA-ENGINE
C
camunda-engine
otherjavav7.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.

ProcessEngine
org.camunda.bpm.engine.ProcessEngine

Create an in-memory process engine and deploy a BPMN process.

import org.camunda.bpm.engine.ProcessEngine; import org.camunda.bpm.engine.ProcessEngineConfiguration; ProcessEngine processEngine = ProcessEngineConfiguration .createStandaloneInMemProcessEngineConfiguration() .buildProcessEngine(); processEngine.getRepositoryService().createDeployment() .addClasspathResource("myProcess.bpmn") .deploy();
Debug
Known issues
breakingVersion 7.24.0 is the last community edition release on Maven Central; no further updates.
fix
Consider using the enterprise edition for extended maintenance or migrate to alternative workflow engines.
affects: >=7.24.0
Upgrade
Version history
7.24.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
camunda-engine — mvn dependency:get camunda-engine · libregistry