Process Variables are not getting stored as JSON

Hi All,

In order to store all process variable as json, I added below dependencies to to my spring boot application and specified the default serialization format as camunda.bpm.default-serialization-format = application/json in application.propertes

dependencies added

org.camunda.spin
camunda-spin-core
1.10.1


org.camunda.bpm
camunda-engine-plugin-spin
7.13.0


org.camunda.spin
camunda-spin-dataformat-json-jackson
1.10.1

still the variables are storing as byte array in act_ge_bytearray table, even though the type column in act_ru_variable is updated to spin://application/json

please help to identify if I’ve missed something.

Hi Team,

Can anyone help please.