jBPM RuntimeManager

jbpm · integration, cdi-integration, ejb-integration, lifecycle-management, session-management, infra

Manages BPMN process runtime instances, sessions, and their lifecycles with CDI/EJB integration.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.jbpm</groupId>
    <artifactId>jbpm</artifactId>
    <version>7.75.0-SNAPSHOT</version>
  </parent>

  <artifactId>jbpm-runtime-manager</artifactId>
  <packaging>bundle</packaging>

  <name>jBPM :: RuntimeManager</name>
  <description>jBPM RuntimeManager</description>
  
  <properties>
    <java.module.name>org.jbpm.runtime.manager</java.module.name>
  </properties>

  <dependencies>
    <dependency>
      <groupId>org.eclipse.aether</groupId>
      <artifactId>aether-api</artifactId>
    </dependency>
    <dependency>
     

... (truncated -- full source via MCP)

See the full source, get the GitHub permalink, and search 40K more like it.

Get a free API key