Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Service Oriented Architecture » BPMN2 Modeler Project : Definition of LoopMaximum in BPMN2 Metamodel(BPMN2 Modeler Project : Definition of LoopMaximum in BPMN2 Metamodel)
BPMN2 Modeler Project : Definition of LoopMaximum in BPMN2 Metamodel [message #1016962] Fri, 08 March 2013 11:11
Kunal Prasad is currently offline Kunal PrasadFriend
Messages: 18
Registered: September 2009
Junior Member
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
Previous Topic:BPMN2 Modeler Project updates
Next Topic:Distributing apps via eclips
Goto Forum:
  


Current Time: Fri Apr 26 18:08:24 GMT 2024

Powered by FUDForum. Page generated in 0.02512 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top