Registry / other / jbpm-services-api

jbpm-services-api

JSON →
library7.74.1.Finaljavamavenunverified

Provides the service API for jBPM, a flexible Business Process Management suite for modeling and executing business processes.

<dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-services-api</artifactId> <version>7.74.1.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBPM-SERVICES-API
J
jbpm-services-api
otherjavav7.74.1.Final
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.

ProcessService
org.jbpm.services.api.ProcessService

Demonstrates starting a process instance using the ProcessService.

import org.jbpm.services.api.ProcessService; public class Example { public void startProcess(ProcessService processService) { long processInstanceId = processService.startProcess("deploymentId", "processId"); System.out.println("Started process instance: " + processInstanceId); } }
Debug
Known issues
breakingjBPM 7.x uses a different API compared to 6.x; ensure compatibility with your Kie Server version.
fix
Check the jBPM migration guide and update imports accordingly.
affects: >=7.0.0 <8.0.0
Upgrade
Version history
7.74.1.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
jbpm-services-api — mvn dependency:get jbpm-services-api · libregistry