bpm-crafters / process-engine-api

Beautiful implementation-agnostic process engine API.
https://bpm-crafters.github.io/process-engine-api/stable/
Apache License 2.0
13 stars 1 forks source link

Execution Listener Support #128

Open MichaelVonB opened 1 week ago

MichaelVonB commented 1 week ago

Scenario

Current Behaviour

Execution Listener are not supported

Wanted Behaviour

Provide support for Execution Listener in C7 & C8 (Added in 8.6)

Possible Workarounds

Use a Service Task - While this works the feedback from our users is that the readability is better when using intermediate events in favour of service tasks