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

Issues/350 alternative business keys #355

Closed hhund closed 2 years ago

hhund commented 2 years ago

New mechanism to correlate process instances with an alternative business-key

The new method createAndSaveAlternativeBusinessKey() in AbstractTaskMessageSend enables processes to create an alternative business key before sending a task to a target. A return task from the target with the alternative business key is correlated to the original process instance.

closes #350