Hi guys,
I'm trying to figure out which structureRef type are supported in JBPM 5.1.
Looking at the examples (and the drools code) it seems that these types are supported:
- String
- Integer
- Float
- Enum (how?)
- java.util.List
- Object (which is the default)
Is that correct?
Moreover, from the BPMN2 specs, the structureRef should be of this kind <xsd:attribute name="structureRef" type="xsd:QName"/>
(see table 8.62, page 102). That means that I should be able to specify the type using XSD. Is that currently supported?