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