Hi,
We are facing similar issue, we are using the docker version where after deployment camunda engine randomly switches the serialization into XML from JSON.
This is weird, how can we control this?
Also while storing we have explicitly did this:
ObjectValue typedCustomerValue =
Variables.objectValue(new BillDataFromApi()).serializationDataFormat(“application/json”).create();
So that the veriables are stored in JSON, but some reason this is ignored.
This has been a pain. how can we fix this?