highmed / highmed-dsf

HiGHmed Data Sharing Framework funded by the German Federal Ministry of Education and Research (BMBF, grant ids: 01ZZ1802E and 01ZZ1802A)
Apache License 2.0
32 stars 20 forks source link

BPE Unable to Execute Listener #387

Closed hhund closed 1 year ago

hhund commented 1 year ago

MultiVersionClassDelegateExecutionListener has a copy/past bug.

https://github.com/highmed/highmed-dsf/blob/259490adad3ccb4fb2b75b07d05127ad030a3a75/dsf-bpe/dsf-bpe-server/src/main/java/org/highmed/dsf/bpe/camunda/MultiVersionClassDelegateExecutionListener.java#L54-L66

Line 58 shoud be:

    if (delegateInstance instanceof ExecutionListener)