Camunda API for setting process variable property

Hi all,

I am using a map<String, Object> context for keeping process variables. I am curious to know since could not find any example, if it is possible to set process variable property rather than the whole object change. I want to have an expressions in the BPMN in the form of "#{object.property == “some value}” " or similar.

Thanks in advance

Hi @hstefanov ,

Is your object serializable? If that is the case it should work.You could for example use SPIN for it.

I hope that helps
Cheers
Nele