Skip to content

OpenSBPM:engine is free implementatio of a S-BPM workflow engine

License

Notifications You must be signed in to change notification settings

opensbpm/engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSBPM:engine

OpenSBPM:engine is a free S-BPM workflow engine implementation.

OpenSBPM:engine is the core component to execute S-BPM models. It uses SpringBoot Data JPA to persist the states into a configurable database.

Project Status

The engine is under active development and currently unstable. For now the public API can change without further notice. Currently there are no known production usages, so if you are planning to use this engine in production create a issue and a release will be created.\ For experimental usage snapshot JARs are available in Maven Repository of this repo.

<repositories>
    <id>opensbpm-snapshots</id>
    <name>OpenSBPM Snapshots</name>
    <url>http://team.sedelmaier.at/archiva/repository/opensbpm-snapshots/</url>
    <releases>
        <enabled>false</enabled>
    </releases>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</repositories>

Releases

No releases published

Packages

No packages published

Languages