ebi_bpmn 0.0.2

Objects for Ebi - a stochastic process mining utility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Ebi_BPMN
A BPMN library for Rust

Contains a parser, a data structure and a writer.
For now, this library focuses on the behaviour of BPMN models; not on the data or resource perspectives.

# Supported elements

* Start, end and intermediate None events
* Start, end and intermediate message events
* Exclusive, inclusive, parallel and event-based gateways
* Expanded and collapsed pools
* Message flows
* Sequence flows
* Tasks
* Expanded and collapsed sub-processes

For more information on these elements, see [this Youtube playlist](https://youtu.be/k0XAej_0In8?si=37Bd6jOFPwqAURlV).