{"id":56054,"library":"camunda-engine","title":"Camunda BPM Engine","description":"Camunda BPM engine is a workflow and decision automation engine for business process management (BPMN) and decision management (DMN).","status":"active","version":"7.24.0","language":"java","source_language":null,"source_url":"https://github.com/camunda/camunda-bpm-platform","tags":["bpm","workflow","camunda","process-engine"],"install":[{"cmd":"<dependency>\n  <groupId>org.camunda.bpm</groupId>\n  <artifactId>camunda-engine</artifactId>\n  <version>7.24.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.camunda.bpm:camunda-engine:7.24.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ProcessEngine","correct":"org.camunda.bpm.engine.ProcessEngine"}],"quickstart":{"code":"import org.camunda.bpm.engine.ProcessEngine;\nimport org.camunda.bpm.engine.ProcessEngineConfiguration;\n\nProcessEngine processEngine = ProcessEngineConfiguration\n    .createStandaloneInMemProcessEngineConfiguration()\n    .buildProcessEngine();\nprocessEngine.getRepositoryService().createDeployment()\n    .addClasspathResource(\"myProcess.bpmn\")\n    .deploy();","lang":"java","description":"Create an in-memory process engine and deploy a BPMN process."},"warnings":[{"fix":"Consider using the enterprise edition for extended maintenance or migrate to alternative workflow engines.","message":"Version 7.24.0 is the last community edition release on Maven Central; no further updates.","severity":"breaking","affected_versions":">=7.24.0"}],"env_vars":null,"search_vec":"'autom':12 'bpm':2,5,23 'bpmn':18 'busi':15 'camunda':1,4,25 'decis':11,20 'dmn':22 'engin':3,6,13,28 'manag':17,21 'process':16,27 'process-engin':26 'workflow':9,24","created_at":"2026-06-15T10:18:47.853053+00:00","updated_at":"2026-06-15T10:18:47.853053+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://www.camunda.org","github":"https://github.com/camunda/camunda-bpm-platform","docs":"https://appdoc.app/artifact/org.camunda.bpm/camunda-engine/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}