Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » BPMN 2.0 Modeler » Possible bug? Sequenceflow(Sequencflow default setting not carrying from the diagram into the xml)
Possible bug? Sequenceflow [message #1063906] Fri, 14 June 2013 22:04 Go to next message
Alexander du Plessis is currently offline Alexander du PlessisFriend
Messages: 2
Registered: June 2013
Junior Member
Hi everyone,

I am completely new to this forum and apologise in advance for incorrect etiquette or ignorance. However, I could not find mention of this particular matter regarding sequenclows in the forum.

I am using the nightly build version of the BPMN2 modeler 0.2.6.201306071731 in a Juno.

When I mark a sequenceflow as the default flow from the Properties pane in the diagram editor, it does not reflect this fact in the xml of the diagram(source view). This means it is impossible to determine the default flow by inspecting the xml.

Is this a feature or a possible bug?

Thank you in advance
Re: Possible bug? Sequenceflow [message #1063946 is a reply to message #1063906] Sun, 16 June 2013 13:33 Go to previous messageGo to next message
Robert Brodt is currently offline Robert BrodtFriend
Messages: 811
Registered: August 2010
Location: Colorado Springs, CO
Senior Member

The default sequence flow is identified by the "default" attribute of the activity or gateway to which it is connected, and not on the sequence flow itself. For example:

    <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="" gatewayDirection="Diverging" default="SequenceFlow_2">
      <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
      <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
      <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
    </bpmn2:exclusiveGateway>


If this is not what you are seeing, then try saving the file first before inspecting the XML - the Source View is only synchronized with the Design view when the file is saved.

HTH,
Bob
Re: Possible bug? Sequenceflow [message #1063982 is a reply to message #1063946] Mon, 17 June 2013 06:53 Go to previous messageGo to next message
Alexander du Plessis is currently offline Alexander du PlessisFriend
Messages: 2
Registered: June 2013
Junior Member
Thank you very much Bob. That certainly helped.

Seems I still have a very steep learning curve ahead of me lol.
Re: Possible bug? Sequenceflow [message #1064361 is a reply to message #1063982] Tue, 18 June 2013 21:20 Go to previous message
reg bas is currently offline reg basFriend
Messages: 19
Registered: May 2013
Junior Member
I add me to your commentario
Previous Topic:Load BPMN Models
Next Topic:import BPMN2.0 file in the JBPM eclipse editor
Goto Forum:
  


Current Time: Thu Apr 25 14:35:11 GMT 2024

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

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

Back to the top