shawn47 / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

BMPN 1.2 export to XPDL: MessageFlows are wrong #444

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a BMPN 1.2 model and Create a message flow between two tasks
2. Export the model to XPDL
3. Import the XPDL file and message flow has no source only the target

What is the expected output?
The message flow is still between the two tasks.

What do you see instead?
The message flow has no source.

Please provide any additional information below.
In the xml structure the problem is visible: The SourceID and the MessageFlowID 
are the same! The correct source is a ActivityID.

<MessageFlow Source="oryx_28B482B3-F8BC-428D-8E3D-689A492AE62F" 
Target="oryx_37DCECA3-8DA5-41B2-B3A2-AE0C1829BB3D" 
Id="oryx_28B482B3-F8BC-428D-8E3D-689A492AE62F">

Original issue reported on code.google.com by roc...@googlemail.com on 24 Jun 2010 at 8:12

Attachments: