All Projects → kiegroup → Jbpm

kiegroup / Jbpm

Licence: apache-2.0
a Business Process Management (BPM) Suite

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jbpm

Camunda Bpm Platform
Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Spring, Spring Boot, CDI.
Stars: ✭ 2,390 (+94.94%)
Mutual labels:  bpmn, bpm, workflow
Workflower
A BPMN 2.0 workflow engine for PHP
Stars: ✭ 540 (-55.95%)
Mutual labels:  bpmn, bpm, workflow
tumbleweed
Lightweight workflow engine microservice implement BPMN 2.0
Stars: ✭ 23 (-98.12%)
Mutual labels:  workflow, bpmn, bpm
Kogito Runtimes
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 188 (-84.67%)
Mutual labels:  bpmn, bpm, workflow
Kogito Examples
Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 96 (-92.17%)
Mutual labels:  bpmn, bpm, workflow
Smartflow Sharp
基于C#语言研发的Smartflow-Sharp工作流组件,该工作流组件的特点是简单易用、方便扩展、支持多种数据库访问、高度可定制化,支持用户按需求做功能的定制开发,节省用户的使用成本
Stars: ✭ 594 (-51.55%)
Mutual labels:  bpmn, bpm, workflow
CaseManagement
CMMN engine implementation in dotnet core
Stars: ✭ 16 (-98.69%)
Mutual labels:  workflow, bpmn
Docker Camunda Bpm Platform
Docker images for the camunda BPM platform
Stars: ✭ 259 (-78.87%)
Mutual labels:  bpmn, workflow
Pvm
Build workflows, activities, BPMN like processes, or state machines with PVM.
Stars: ✭ 348 (-71.62%)
Mutual labels:  bpmn, workflow
Activflow
Generic, light-weight & extensible Workflow Engine for agile automation of Business Processes | Django, Python
Stars: ✭ 510 (-58.4%)
Mutual labels:  bpm, workflow
Uflo
UFLO是一款基于Spring的纯Java流程引擎,支持并行、动态并行、串行、会签等各种流转方式。
Stars: ✭ 514 (-58.08%)
Mutual labels:  bpmn, bpm
Bpmn Engine
BPMN 2.0 execution engine. Open source javascript workflow engine.
Stars: ✭ 519 (-57.67%)
Mutual labels:  bpmn, workflow
vtenext
vtenext the CRM for the Digital Innovation. It allows you to engage your customers into your business processes using a specific technology. It can also be used to manage processes generated by internal customers.
Stars: ✭ 22 (-98.21%)
Mutual labels:  bpmn, bpm
Rails workflow
Check Wiki for details
Stars: ✭ 295 (-75.94%)
Mutual labels:  bpm, workflow
open-development-template
Workflow and documentation templates that help teams formalize their goals, workflow and governance model to encourage participation and field contributions.
Stars: ✭ 18 (-98.53%)
Mutual labels:  workflow, opensource
laravel workflower
Implementation of phpmentors-jp/workflower for laravel application
Stars: ✭ 26 (-97.88%)
Mutual labels:  bpmn, bpm
Processmaker
GLPI plugin that provides an interface with ProcessMaker (http://www.processmaker.com/)
Stars: ✭ 21 (-98.29%)
Mutual labels:  bpmn, workflow
Camunda Modeler
An integrated modeling solution for BPMN and DMN based on bpmn.io.
Stars: ✭ 718 (-41.44%)
Mutual labels:  bpmn, workflow
Spiffworkflow
A powerful workflow engine implemented in pure Python
Stars: ✭ 959 (-21.78%)
Mutual labels:  bpmn, workflow
bonita-engine
Deploy, execute, manage process-based applications made with Bonita studio or through Engine APIs
Stars: ✭ 123 (-89.97%)
Mutual labels:  bpmn, bpm

                    GitHub Stars GitHub Forks Pull Requests Contributors License Twitter Follow

Quick Links

Homepage: http://jbpm.org/

Business Applications: https://start.jbpm.org/

Documentation: https://docs.jboss.org/jbpm/release/latestFinal/jbpm-docs/html_single/

JIRA: https://issues.jboss.org/projects/JBPM/summary

About jBPM

jBPM is a toolkit for building business applications to help automate business processes and decisions.

jBPM can be used as standalone service or embedded in custom service. It does not mandate any of the frameworks to be used, it can be successfully used in

  • traditional JEE applications - war/ear deployments
  • SpringBoot or Thorntail (formerly known as WildFly Swarm) - uberjar deployments
  • standalone java programs

jBPM is open source software, released under the Apache Software License. It is written in 100% pure Java™, runs on any JVM and is available in the Maven Central repository too.

Building from source

  1. Check out the source:
git clone [email protected]:kiegroup/jbpm.git

If you don't have a GitHub account use this command instead:

git clone https://github.com/kiegroup/jbpm.git jbpm
  1. Build with Maven:
cd jbpm
mvn clean install -DskipTests

Contributing to jBPM

All contributions are welcome! Before you start please read the Developing Drools and jBPM guide.

Getting Help

Follow this link to with information on how to:

  • post questions on user groups
  • report and create issues
  • chat with jBPM devs and community
  • get customer support

Guides

There is alot of good information (and books) available on jBPM and it's hard to list them all. Here are some of the most notable ones for quick reference:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].