{"id":73767,"library":"jbpm-services-api","title":"jBPM Services API","description":"Provides the service API for jBPM, a flexible Business Process Management suite for modeling and executing business processes.","status":"active","version":"7.74.1.Final","language":"java","source_language":null,"source_url":"https://github.com/kiegroup/jbpm","tags":["bpm","workflow","process","jbpm","kie"],"install":[{"cmd":"<dependency>\n  <groupId>org.jbpm</groupId>\n  <artifactId>jbpm-services-api</artifactId>\n  <version>7.74.1.Final</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.jbpm:jbpm-services-api:7.74.1.Final'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ProcessService","correct":"org.jbpm.services.api.ProcessService"}],"quickstart":{"code":"import org.jbpm.services.api.ProcessService;\n\npublic class Example {\n    public void startProcess(ProcessService processService) {\n        long processInstanceId = processService.startProcess(\"deploymentId\", \"processId\");\n        System.out.println(\"Started process instance: \" + processInstanceId);\n    }\n}","lang":"java","description":"Demonstrates starting a process instance using the ProcessService."},"warnings":[{"fix":"Check the jBPM migration guide and update imports accordingly.","message":"jBPM 7.x uses a different API compared to 6.x; ensure compatibility with your Kie Server version.","severity":"breaking","affected_versions":">=7.0.0 <8.0.0"}],"env_vars":null,"search_vec":"'api':3,7 'bpm':22 'busi':12,20 'execut':19 'flexibl':11 'jbpm':1,9,25 'kie':26 'manag':14 'model':17 'process':13,21,24 'provid':4 'servic':2,6 'suit':15 'workflow':23","created_at":"2026-06-17T18:54:58.584787+00:00","updated_at":"2026-06-17T18:54:58.584787+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.jboss.org/jbpm/","github":"https://github.com/kiegroup/jbpm","docs":"https://appdoc.app/artifact/org.jbpm/jbpm-services-api/","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-17","next_check":"2026-12-14","install_tag":null}}