All Projects → bpxe → bpxe

bpxe / bpxe

Licence: other
Business Process eXecution Engine

Programming Languages

go
31211 projects - #10 most used programming language
XSLT
1337 projects

Projects that are alternatives of or similar to bpxe

Slickflow
.NET 开源工作流, NET Open Source Workflow Engine
Stars: ✭ 559 (+1452.78%)
Mutual labels:  workflow-engine, bpmn
Zeebe
Distributed Workflow Engine for Microservices Orchestration
Stars: ✭ 2,165 (+5913.89%)
Mutual labels:  workflow-engine, bpmn
Smartflow Sharp
基于C#语言研发的Smartflow-Sharp工作流组件,该工作流组件的特点是简单易用、方便扩展、支持多种数据库访问、高度可定制化,支持用户按需求做功能的定制开发,节省用户的使用成本
Stars: ✭ 594 (+1550%)
Mutual labels:  workflow-engine, bpmn
tumbleweed
Lightweight workflow engine microservice implement BPMN 2.0
Stars: ✭ 23 (-36.11%)
Mutual labels:  workflow-engine, bpmn
Imixs Workflow
The open source technology for business process management
Stars: ✭ 218 (+505.56%)
Mutual labels:  workflow-engine, bpmn
Pvm
Build workflows, activities, BPMN like processes, or state machines with PVM.
Stars: ✭ 348 (+866.67%)
Mutual labels:  workflow-engine, bpmn
Kogito Examples
Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 96 (+166.67%)
Mutual labels:  workflow-engine, bpmn
CaseManagement
CMMN engine implementation in dotnet core
Stars: ✭ 16 (-55.56%)
Mutual labels:  workflow-engine, bpmn
Kogito Runtimes
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 188 (+422.22%)
Mutual labels:  workflow-engine, bpmn
Viewflow
Reusable workflow library for Django
Stars: ✭ 2,136 (+5833.33%)
Mutual labels:  workflow-engine, bpmn
Theflow
Workflow automation library for .NET
Stars: ✭ 72 (+100%)
Mutual labels:  workflow-engine, bpmn
zenaton-node
⚡ Node.js library to run and orchestrate background jobs with Zenaton Workflow Engine
Stars: ✭ 50 (+38.89%)
Mutual labels:  engine, workflow-engine
Django Lb Workflow
Reusable workflow library for Django
Stars: ✭ 153 (+325%)
Mutual labels:  workflow-engine, bpmn
bonita-engine
Deploy, execute, manage process-based applications made with Bonita studio or through Engine APIs
Stars: ✭ 123 (+241.67%)
Mutual labels:  engine, bpmn
micronaut-camunda-bpm
Integration between Micronaut and Camunda (Workflow Engine). We configure Camunda with sensible defaults, so that you can get started with minimum configuration: simply add a dependency in your Micronaut project to embed the workflow engine!
Stars: ✭ 73 (+102.78%)
Mutual labels:  workflow-engine, bpmn
Purity
Wiki authoring engine.
Stars: ✭ 41 (+13.89%)
Mutual labels:  engine
UE4-BYGLocalization
Simple CSV localization system for Unreal Engine 4
Stars: ✭ 54 (+50%)
Mutual labels:  engine
bpmn-vue-activiti
基于Vue3.x + Vite + bpmn-js + element-plus + tsx 实现的Activiti流程设计器(Activiti process designer based on Vue3.x + Vite + BPMN-JS + Element-Plus + TSX implementation)
Stars: ✭ 345 (+858.33%)
Mutual labels:  bpmn
pixie
Tiny template functions.
Stars: ✭ 14 (-61.11%)
Mutual labels:  engine
Mage-Studio
Mage Studio is a Game Editor, built on top of Mage Engine, embedded in Electron. Mage Studio will allow to easily develop 3D apps using WebGL.
Stars: ✭ 16 (-55.56%)
Mutual labels:  engine


Problem: creating and maintaining robust business systems

Creating a proof-of-concept business system is relatively easy. Happy execution path, no catastrophic failures, not much thought given to reliability. Data is easily kept in a few tables. Scale is not important.

This all starts changing, however, when this starts maturing. The logic needs to be maintained and kept in sync with business needs. Corner cases nobody thought of or tested for keep appearing. Failures do occur. Incosistent state happens. Suddenly (but arguably, expectably), developers are burdended with a lot more work. Onboarding becomes more difficult as understanding the intricacies of the system takes longer.

Ultimately, the cost of development and shipping keeps rising, while velocity is coming down. And that's a problem.


BPXE: Business Process eXecution Engine

BPXE is a BPMN 2.0-based business process execution engine and is a proposed solution to the problem statement above.

BPMN stands for Business Process Model and Notation. It is a specification that defines visual notation and execution semantics.

BPXE focuses on the execution aspect of such notation, effectively allowing the processes described in BPMN to function as if they were programs. BPXE is not the only such engine, as there are many commercially or community supported ones.

Having visualized processes that are also determinisitcally executable is key to maintaining a coherent understanding of what the process is supposed to do across teams and specialties.

Processes as Source of Truth

Equally important aspect of BPXE is that it makes processes and their executions a durable source of truth. This means that process instances can query previous executions of any processes to make further decisions.

As an example, consider a Purchasing process, which chooses a special path if it queries previous execution and finds out that when given the same or similar shopping cart, majority of those process executions were abandoned (i.e. customer did not complete a purchase). This kind of logic can be easily integrated into a process and updated as needed, giving a much better level of insight and control at a much lower modification cost.

Goals

  • Reasonably good performance
  • Small footprint
  • Multiplatform (servers, browsers, microcontrollers)
  • Multitenancy capabilities
  • Distributed process execution
  • Semantic correctness
  • Failure resistance

Usage

At this time, BPXE does not have an executable server of its own and can be only used as a Go library.

Licensing & Contributions

BPXE is Open Source software in the making. Its source code is currently available under the terms of Business Source License 1.1 with an Additional Use Grant for non-commercial purposes. Moreover, according to the terms of this license, every release of BPXE will eventually be re-licensed under the terms of Apache 2.0 license, on its fourth anniversary.

We also take contributions under the terms of New BSD license or in public domain.

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].