Registry / other / jbpm-flow

jbpm-flow

JSON →
library7.74.1.Finaljavamavenunverified

Core flow engine for jBPM, providing BPMN 2.0 process execution and workflow management.

<dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-flow</artifactId> <version>7.74.1.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBPM-FLOW
J
jbpm-flow
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.

WorkflowProcessInstance
org.jbpm.workflow.instance.WorkflowProcessInstance

Starts a BPMN process and retrieves the process instance.

import org.jbpm.workflow.instance.WorkflowProcessInstance; import org.kie.api.runtime.KieSession; public class Example { public static void main(String[] args) { KieSession ksession = ...; // obtain from KieContainer WorkflowProcessInstance processInstance = (WorkflowProcessInstance) ksession.startProcess("myProcess"); System.out.println(processInstance.getId()); } }
Debug
Known issues
breakingjBPM Flow depends on Drools and KIE API; ensure compatible versions are used.
fix
Use the same version for all jBPM and Drools dependencies.
affects: >=7.0.0
Upgrade
Version history
7.74.1.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
jbpm-flow — mvn dependency:get jbpm-flow · libregistry