Greetings,
I would like to know if it’s possible to get the values sent in the payload when a request is made for a message boundary event. For example, to trigger the test message boundary event, I use the payload:
{
"name": "Message_1dngc5g",
"correlationKey": 2251799815321487,
"payload":{
"name":"Domingos Dias",
"age": 20
}
}
This triggers the message boundary event. However, I would like to capture the information from the payload of this request, such as the name and age, in the flow. Is this possible? If so, how?

