I have object:
class MyObj {
String a;
String b;
}
and added that object to camunda process:
ObjectValue myObjSerialized= Variables.objectValue(myObj)
.serializationDataFormat(Variables.SerializationDataFormats.JAVA)
.create();
delegateExecution.setVariable("myObj", myObj);
What is the simpliest solution to retrieve the variable a
from myObj
in DMN table? I guess it is not possible with Feel. Groovy needs groovy engine installed, same as python. Any ideas?