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.
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