yrashk / bpxe.rs

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

Problem: running singular activities more than once #23

Closed yrashk closed 3 years ago

yrashk commented 3 years ago

I've noticed that simple workflows containing a singular activity (no looping) execute more than once.

Solution: use counter to prevent subsequent re-execution of such activities at the ActivityContainer container level, as this is the code responsible for the bug