nitram509/lib-bpmn-engine

buggy message catching event handling

nitram509 opened this issue · 2 comments

Compared to Zeebe == the BPMN spec, these test events do not behave as expected...

  • completion state is not always correct
  • wrong path is chosen on event-based gateway

Screenshot 2022-08-31 at 11 29 27

Screenshot 2022-08-31 at 11 29 23

Screenshot 2022-08-31 at 11 29 19

Screenshot 2022-09-02 at 18 42 05

@lastchiliarch
In case you're interested, I doing some rework on the IntermediateCatchEvents.

See https://github.com/nitram509/lib-bpmn-engine/tree/rework-intermediate-catch-events

Some breaking changes will come, I guess, due to prior bad handling of MessageRefs

Done.