How to Log the message sent in Boundary Event Error (V8.3)

Hi Folks,

I’m able to catch Exact Exception with DispatchError code. but How do we capture Message in Boundary Event and access it as process variable value in other task

example exception from rest connector

if error.code != null then
bpmnError(“DispatchError”, “Error occurred while dispatching document”)
else
null
Example Boundary Event
image

How to store Error occurred while dispatching document in process variable

Regards,
Phani

Hi Team, I’m still looking for solution

Refer: How to pass data with an error event?

image
How to add Error Message Variable as mentioned in above. im unable to see that option in my modeler(refer below image)

any help is much appreciated