bpm-engine-core 0.2.0

Core types and traits for the BPM engine (process, token, node)
Documentation
  • Coverage
  • 2.44%
    4 out of 164 items documented0 out of 31 items with examples
  • Size
  • Source code size: 17.66 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.3 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Colin4k1024

bpm-core

Core semantics of the BPM engine: process, token, node types, events, and saga.

Role

  • Pure logic, no I/O. This crate defines data structures and state transitions only.
  • ProcessDefinition, ProcessInstance, Token, NodeType (Start, End, UserTask, ServiceTask, ExternalTask, gateways).
  • EngineEvent and event-driven transitions.
  • Saga and compensation ordering.

Usage

Used by bpm-runtime, bpm-storage, bpm-bpmn, and the REST server. Do not change casually.

Documentation

See docs/architecture.md and docs/execution-model.md.