Hello
I'm facing a problem with Bonita REST connector BDM serialization. I'm trying to send to an external endpoint a POST in which the payload is a business variable, but it seems that the connector cannot serialize the object. I tried importing and using Gson library, but it fails giving a reflection error because it cannot access the members of the object. Do you have any advice?