Michael Wagner [
http://community.jboss.org/people/michael.wagner] created the discussion
"New BPMN eclipse editor is deleting sequence definitions"
To view the discussion, visit:
http://community.jboss.org/message/614710#614710
--------------------------------------------------------------
Hi,
I took a look on the new editor:
http://codehoop.com/bpmn2 http://codehoop.com/bpmn2
Really nice. But when I open the evaluation.bpm-Example there are now transitions:
http://community.jboss.org/servlet/JiveServlet/showImage/2-614710-16707/s...
http://community.jboss.org/servlet/JiveServlet/downloadImage/2-614710-167...
Just moving a node a little bit and saving gives the following diff:
| - | <parallelGateway id="_5" name="Gateway"
gatewayDirection="Diverging" /> |
| - | <parallelGateway id="_6" name="Gateway"
gatewayDirection="Converging" /> |
| - | <endEvent id="_7" name="End" > |
| - | <terminateEventDefinition/> |
| - | </endEvent> |
-
| - | <!-- connections --> |
| - | <sequenceFlow id="_1-_2" sourceRef="_1"
targetRef="_2" /> |
| - | <sequenceFlow id="_5-_3" sourceRef="_5"
targetRef="_3" /> |
| - | <sequenceFlow id="_5-_4" sourceRef="_5"
targetRef="_4" /> |
| - | <sequenceFlow id="_2-_5" sourceRef="_2"
targetRef="_5" /> |
| - | <sequenceFlow id="_4-_6" sourceRef="_4"
targetRef="_6" /> |
| - | <sequenceFlow id="_3-_6" sourceRef="_3"
targetRef="_6" /> |
| - | <sequenceFlow id="_6-_7" sourceRef="_6"
targetRef="_7" /> |
| + | <parallelGateway id="_5" name="Gateway"
gatewayDirection="Diverging"/> |
| + | <parallelGateway id="_6" name="Gateway"
gatewayDirection="Converging"/> |
| + | <endEvent id="_7" name="End"> |
| + | <terminateEventDefinition id="_XKxN1KyXEeCVC8M0Le845g"/> |
| + | </endEvent> |
| + | <sequenceFlow id="_1-_2"/> |
| + | <sequenceFlow id="_5-_3"/> |
| + | <sequenceFlow id="_5-_4"/> |
| + | <sequenceFlow id="_2-_5"/> |
| + | <sequenceFlow id="_4-_6"/> |
| + | <sequenceFlow id="_3-_6"/> |
| + | <sequenceFlow id="_6-_7"/> |
| + | <userTask id="_2" name="Self Evaluation"> |
Is this a bug? Could somebody please try this on his own?
Michael
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/614710#614710]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]