jBPM Flow Engine Core

jbpm · integration, bpmn, workflow-engine, dmn, node-execution, automation

Core workflow/process engine providing BPMN process execution, node types, events, and DMN integration. The fundamental runtime for jBPM processes.

<?xml version="1.0" encoding="UTF-8"?>
<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-flow</artifactId>
  <packaging>bundle</packaging><!-- bundle = jar + OSGi metadata -->

  <name>jBPM :: Flow</name>
  <description>jBPM Flow</description>

  <properties>
    <java.module.name>org.jbpm.flow.core</java.module.name>
  </properties>

  <profiles>
    <profile>
      <id>protobufProfile</id>
      <activation>
        <property>
        

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

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

Get a free API key