on 2023 Mar 10 2:37 PM
Hi Florian,
you can at least read the ID from the message history to dynamically set the MPL name. A little bit ugly, but for me it works.
def messageHistories = message.getProperty(Exchange.MESSAGE_HISTORY).join(',')
def lastCallActivity = messageHistories.substring(messageHistories.lastIndexOf("CallActivity"), messageHistories.length());
def activity = lastCallActivity.substring(0, lastCallActivity.indexOf("]"));
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.