Skip to main content



      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 18:04 Go to next message
Eclipse UserFriend
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 09:33 Go to previous messageGo to next message
Eclipse UserFriend
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 02:53 Go to previous messageGo to next message
Eclipse UserFriend
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 17:20 Go to previous message
Eclipse UserFriend
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: Sat Jul 05 21:31:29 EDT 2025

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

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

Back to the top