Hello Activiti team,
I have a question about the XML schema. I tried to generate Java classes from the activiti-bpmn-extensions-5.11.xsd via JAXB for my application.
First problem was that the attributes "Expression" (line 286 & 290) and "Value" (line 96 & 187) were already defined. I fixed this problem by renaming.
The main problem is that the defined attributes are not generated in the Java Classes (e.g. "initiator" at THumanTask). Am I doing anything wrong? I need to generate the classes from the xsd because, after some mapping and data binding, a new XML should be generated via marshalling.
Thanks in advance.