bpm-engine-runtime 0.2.0

BPM engine runtime: dispatcher, executor, timers, and event handling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bpm-engine-runtime"
version = "0.2.0"
edition = "2021"
description = "BPM engine runtime: dispatcher, executor, timers, and event handling"
license = "MIT"

[dependencies]
bpm-engine-core = { path = "../core", version = "0.2.0" }
bpm-engine-storage = { path = "../storage", version = "0.2.0" }
anyhow = { workspace = true }
thiserror = { workspace = true }
async-trait = "0.1"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
tracing = "0.1"
uuid = { workspace = true }
serde_json = { workspace = true }