BPMN2 Modeler Project : Definition of LoopMaximum in BPMN2 Metamodel [message #1016962] |
Fri, 08 March 2013 06:11 |
Eclipse User |
|
|
|
Hi All,
As per the BPMN2.0 specification, the definition for 'StandardLoopCharacterisitcs' is as below:
<xsd:complexType name="tStandardLoopCharacteristics">
<xsd:complexContent>
<xsd:extension base="tLoopCharacteristics">
<xsd:sequence>
<xsd:element name="loopCondition" type="tExpression" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="testBefore" type="xsd:boolean" default="false"/>
<xsd:attribute name="loopMaximum" type="xsd:integer" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Here loopMaximum is an attribute of type Int, However in BPMN2 metamodel defined for BPMN2 Modeler, it is Expression.
This difference creates an error when standard BPMN 2.0 file is opened with the BPMN2 Modeler.
Please change the metamodel so that loopMaximum is an EAttribute of Integer type for 'StandardLoopCharacteristscs'
Thanks & Regards,
Kunal
|
|
|
Powered by
FUDForum. Page generated in 0.02981 seconds