bpxe

Crates.iobpxe
lib.rsbpxe
version0.2.1
sourcesrc
created_at2021-01-21 19:45:09.239714
updated_at2021-02-21 20:38:35.782196
descriptionBusiness Process eXecution Engine
homepage
repositoryhttps://github.com/bpxe/bpxe
max_upload_size
id345025
size384,765
Yurii Rashkovskii (yrashk)

documentation

README

BPXE (Business Process eXecution Engine)

Chat

BPMN 2.0 based business process execution engine implemented in Rust. BPMN stands for Business Process Model and Notation. BPMN's goal is to help stakeholders to have a shared understanding of processes.

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. The motivation behind the creation of BPXE was to create an engine with a particular focus on type and memory safety, performance and multi-tenancy capabilities (ensuring that a great deal of processes should be able to operate even on a single server concurrently) and resistant to failures so that workflows can be resumed with little to no consideration when a failure happens.

Usage

Since BPXE is not a server in its own right, but rather a library, a good starting point would be to add this to your Cargo.toml:

[dependencies]
bpxe = "0.2.1"

You can also check out latest release API documentation, as well as bleeding edge master documentation.

Commit count: 139

cargo fmt