yrashk / bpxe.rs

Business Process eXecution Engine
Apache License 2.0
36 stars 10 forks source link

Problem: data flow is embedded into ActivityContainer #27

Open yrashk opened 3 years ago

yrashk commented 3 years ago

Currently, the data flow is part of ActivityContainer operations and as such, is difficult to test and debug in isolation.

Proposed solution: extract it into its own module.