Bug 286111 - NullPointerException when trying to open a diagram
Summary: NullPointerException when trying to open a diagram
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BPMN (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-10 07:04 EDT by Olli Vihervuori CLA
Modified: 2012-01-06 13:57 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Vihervuori CLA 2009-08-10 07:04:20 EDT
Build ID: 20090619-0625

Steps To Reproduce:
This is the error message: "Could not open the editor: Corrupted model null"

And here is the stack trace:
java.lang.NullPointerException
	at org.eclipse.stp.bpmn.diagram.edit.parts.MessagingEdgeEditPart.updateConnectionAnchor(MessagingEdgeEditPart.java:376)
	at org.eclipse.stp.bpmn.diagram.edit.parts.MessagingEdgeEditPart.getSourceConnectionAnchor(MessagingEdgeEditPart.java:339)
	at org.eclipse.gef.editparts.AbstractConnectionEditPart.refreshSourceAnchor(AbstractConnectionEditPart.java:229)
	at org.eclipse.gef.editparts.AbstractConnectionEditPart.refresh(AbstractConnectionEditPart.java:219)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.ConnectionEditPart.access$1(ConnectionEditPart.java:1)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.ConnectionEditPart$5.run(ConnectionEditPart.java:1122)
	at org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.runExclusive(TransactionalEditingDomainImpl.java:313)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.ConnectionEditPart.refresh(ConnectionEditPart.java:1119)
	at org.eclipse.gef.editparts.AbstractConnectionEditPart.setTarget(AbstractConnectionEditPart.java:295)
	at org.eclipse.gef.editparts.AbstractGraphicalEditPart.addTargetConnection(AbstractGraphicalEditPart.java:278)
	at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refreshTargetConnections(AbstractGraphicalEditPart.java:674)
	at org.eclipse.stp.bpmn.diagram.edit.parts.ActivityEditPart.refreshTargetConnections(ActivityEditPart.java:651)
	at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:573)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart.access$3(GraphicalEditPart.java:1)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart$3.run(GraphicalEditPart.java:855)
	at org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.runExclusive(TransactionalEditingDomainImpl.java:313)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart.refresh(GraphicalEditPart.java:845)
	at org.eclipse.gef.editparts.AbstractEditPart.addNotify(AbstractEditPart.java:235)
	at org.eclipse.gef.editparts.AbstractGraphicalEditPart.addNotify(AbstractGraphicalEditPart.java:219)
	at org.eclipse.gef.editparts.AbstractEditPart.addChild(AbstractEditPart.java:198)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart.addChild(GraphicalEditPart.java:1313)
	at org.eclipse.gef.editparts.AbstractEditPart.refreshChildren(AbstractEditPart.java:727)
	at org.eclipse.gef.editparts.AbstractEditPart.refresh(AbstractEditPart.java:677)
	at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:571)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart.access$3(GraphicalEditPart.java:1)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart$3.run(GraphicalEditPart.java:855)
	at org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.runExclusive(TransactionalEditingDomainImpl.java:313)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart.refresh(GraphicalEditPart.java:845)
	at org.eclipse.gef.editparts.AbstractEditPart.addNotify(AbstractEditPart.java:235)
	at org.eclipse.gef.editparts.AbstractGraphicalEditPart.addNotify(AbstractGraphicalEditPart.java:219)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.ShapeCompartmentEditPart.addNotify(ShapeCompartmentEditPart.java:779)
	at org.eclipse.gef.editparts.AbstractEditPart.addChild(AbstractEditPart.java:198)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart.addChild(GraphicalEditPart.java:1313)
	at org.eclipse.gef.editparts.AbstractEditPart.refreshChildren(AbstractEditPart.java:727)
	at org.eclipse.gef.editparts.AbstractEditPart.refresh(AbstractEditPart.java:677)
	at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:571)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart.access$3(GraphicalEditPart.java:1)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart$3.run(GraphicalEditPart.java:855)
	at org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.runExclusive(TransactionalEditingDomainImpl.java:313)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart.refresh(GraphicalEditPart.java:845)
	at org.eclipse.gef.editparts.AbstractEditPart.addNotify(AbstractEditPart.java:235)
	at org.eclipse.gef.editparts.AbstractGraphicalEditPart.addNotify(AbstractGraphicalEditPart.java:219)
	at org.eclipse.gef.editparts.AbstractEditPart.addChild(AbstractEditPart.java:198)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart.addChild(GraphicalEditPart.java:1313)
	at org.eclipse.gef.editparts.AbstractEditPart.refreshChildren(AbstractEditPart.java:727)
	at org.eclipse.gef.editparts.AbstractEditPart.refresh(AbstractEditPart.java:677)
	at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:571)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart.access$3(GraphicalEditPart.java:1)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart$3.run(GraphicalEditPart.java:855)
	at org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.runExclusive(TransactionalEditingDomainImpl.java:313)
	at org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart.refresh(GraphicalEditPart.java:845)
	at org.eclipse.gef.editparts.AbstractEditPart.addNotify(AbstractEditPart.java:235)
	at org.eclipse.gef.editparts.AbstractGraphicalEditPart.addNotify(AbstractGraphicalEditPart.java:219)
	at org.eclipse.gef.editparts.AbstractEditPart.addChild(AbstractEditPart.java:198)
	at org.eclipse.gef.editparts.SimpleRootEditPart.setContents(SimpleRootEditPart.java:101)
	at org.eclipse.gef.ui.parts.AbstractEditPartViewer.setContents(AbstractEditPartViewer.java:601)
	at org.eclipse.gmf.runtime.diagram.ui.parts.DiagramGraphicalViewer.setContents(DiagramGraphicalViewer.java:378)
	at org.eclipse.gef.ui.parts.AbstractEditPartViewer.setContents(AbstractEditPartViewer.java:610)
	at org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.initializeGraphicalViewerContents(DiagramEditor.java:870)
	at org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.initializeGraphicalViewer(DiagramEditor.java:863)
	at org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditorWithFlyOutPalette.initializeGraphicalViewer(DiagramEditorWithFlyOutPalette.java:116)
	at org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts.DiagramDocumentEditor.initializeGraphicalViewer(DiagramDocumentEditor.java:175)
	at org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.createGraphicalViewer(DiagramEditor.java:807)
	at org.eclipse.gef.ui.parts.GraphicalEditor.createPartControl(GraphicalEditor.java:163)
	at org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor.createPartControl(DiagramEditor.java:1555)
	at org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditorWithFlyOutPalette.createPartControl(DiagramEditorWithFlyOutPalette.java:328)
	at org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts.DiagramDocumentEditor.createPartControl(DiagramDocumentEditor.java:1510)
	at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:662)
	at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
	at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:286)
	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2857)
	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2762)
	at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2754)
	at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2705)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2701)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2685)
	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2676)
	at org.eclipse.ui.ide.IDE.openEditor(IDE.java:651)
	at org.eclipse.ui.ide.IDE.openEditor(IDE.java:610)
	at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:361)
	at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:168)
	at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:229)
	at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:208)
	at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:274)
	at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:250)
	at org.eclipse.jdt.internal.ui.navigator.OpenAndExpand.run(OpenAndExpand.java:49)
	at org.eclipse.ui.actions.RetargetAction.run(RetargetAction.java:221)
	at org.eclipse.ui.navigator.CommonNavigatorManager$3.open(CommonNavigatorManager.java:202)
	at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)
	at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:842)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.core.runtime.Platform.run(Platform.java:888)
	at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
	at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
	at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:840)
	at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1101)
	at org.eclipse.ui.navigator.CommonViewer.handleOpen(CommonViewer.java:467)
	at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1205)
	at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:264)
	at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:258)
	at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:298)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)


I have no idea how to make a diagram again from scratch which results in this error, but here are the files which are in an error state.


bpmn-file:

<?xml version="1.0" encoding="UTF-8"?>
<bpmn:BpmnDiagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:bpmn="http://stp.eclipse.org/bpmn" xmi:id="_G0Jm4IDrEd6j-ZUYoeCNCw" iD="_G0HKoYDrEd6j-ZUYoeCNCw">
  <pools xmi:type="bpmn:Pool" xmi:id="_G1N94YDrEd6j-ZUYoeCNCw" iD="_G1N94IDrEd6j-ZUYoeCNCw" name="Tilausprosessi">
    <vertices xmi:type="bpmn:Activity" xmi:id="_G1dOcYDrEd6j-ZUYoeCNCw" iD="_G1dOcIDrEd6j-ZUYoeCNCw" outgoingEdges="_quOBgYDrEd6j-ZUYoeCNCw" incomingEdges="_7CfhQYDrEd6j-ZUYoeCNCw" name="Myyntisuunnitelma (sales forecast)" lanes="_lfCNkYDwEd6j-ZUYoeCNCw _WWTvYYD6Ed6j-ZUYoeCNCw _EOo_YYD6Ed6j-ZUYoeCNCw" activityType="Task" looping="true"/>
    <vertices xmi:type="bpmn:Activity" xmi:id="_p1UDkYDrEd6j-ZUYoeCNCw" iD="_p1UDkIDrEd6j-ZUYoeCNCw" outgoingEdges="_5fqN0YDxEd6j-ZUYoeCNCw" incomingEdges="_quOBgYDrEd6j-ZUYoeCNCw" name="Tarveilmoitus (requisition)" lanes="_lfCNkYDwEd6j-ZUYoeCNCw _WWTvYYD6Ed6j-ZUYoeCNCw _EOo_YYD6Ed6j-ZUYoeCNCw" looping="true">
      <outgoingMessages xmi:type="bpmn:MessagingEdge" href="#_PQkw4YD8Ed6j-ZUYoeCNCw"/>
    </vertices>
    <vertices xmi:type="bpmn:Activity" xmi:id="_57CJ8IDrEd6j-ZUYoeCNCw" iD="_57Bi4IDrEd6j-ZUYoeCNCw" outgoingEdges="_7CfhQYDrEd6j-ZUYoeCNCw" lanes="_lfCNkYDwEd6j-ZUYoeCNCw _WWTvYYD6Ed6j-ZUYoeCNCw" activityType="EventStartEmpty"/>
    <vertices xmi:type="bpmn:Activity" xmi:id="_3lhcYYDxEd6j-ZUYoeCNCw" iD="_3lhcYIDxEd6j-ZUYoeCNCw" outgoingEdges="_e2UBkID6Ed6j-ZUYoeCNCw" incomingEdges="_5fqN0YDxEd6j-ZUYoeCNCw" name="Ostotilaus" lanes="_lfCNkYDwEd6j-ZUYoeCNCw _WWTvYYD6Ed6j-ZUYoeCNCw _EOo_YYD6Ed6j-ZUYoeCNCw"/>
    <vertices xmi:type="bpmn:Activity" xmi:id="_UMDQkYD1Ed6j-ZUYoeCNCw" iD="_UMDQkID1Ed6j-ZUYoeCNCw" incomingEdges="_lY8BEYD6Ed6j-ZUYoeCNCw _6Ur64YD9Ed6j-ZUYoeCNCw" name="Tavaran vastaanotto" lanes="_lfCNkYDwEd6j-ZUYoeCNCw _WWTvYYD6Ed6j-ZUYoeCNCw">
      <incomingMessages xmi:type="bpmn:MessagingEdge" href="#_4A2sgID8Ed6j-ZUYoeCNCw"/>
    </vertices>
    <vertices xmi:type="bpmn:Activity" xmi:id="_P8GsEYD6Ed6j-ZUYoeCNCw" iD="_P8GsEID6Ed6j-ZUYoeCNCw" outgoingEdges="_o2MqwYD9Ed6j-ZUYoeCNCw" incomingEdges="_e2UBkID6Ed6j-ZUYoeCNCw" name="Myyntitilaus" lanes="_EOo_YYD6Ed6j-ZUYoeCNCw">
      <outgoingMessages xmi:type="bpmn:MessagingEdge" href="#_KtkfwYD8Ed6j-ZUYoeCNCw"/>
    </vertices>
    <vertices xmi:type="bpmn:Activity" xmi:id="_RIF-EYD6Ed6j-ZUYoeCNCw" iD="_RIF-EID6Ed6j-ZUYoeCNCw" outgoingEdges="_lY8BEYD6Ed6j-ZUYoeCNCw" incomingEdges="_zu-8wID-Ed6j-ZUYoeCNCw" name="Tavaran lähetys" lanes="_EOo_YYD6Ed6j-ZUYoeCNCw _K44NUYD7Ed6j-ZUYoeCNCw _WWTvYYD6Ed6j-ZUYoeCNCw">
      <incomingMessages xmi:type="bpmn:MessagingEdge" href="#_8dsKkYEEEd6j-ZUYoeCNCw"/>
    </vertices>
    <vertices xmi:type="bpmn:Activity" xmi:id="_oLKJsID9Ed6j-ZUYoeCNCw" iD="_oLJioID9Ed6j-ZUYoeCNCw" outgoingEdges="_zu-8wID-Ed6j-ZUYoeCNCw _0IdzwYD-Ed6j-ZUYoeCNCw" incomingEdges="_o2MqwYD9Ed6j-ZUYoeCNCw" name="" lanes="_EOo_YYD6Ed6j-ZUYoeCNCw" activityType="GatewayDataBasedExclusive"/>
    <vertices xmi:type="bpmn:Activity" xmi:id="_31AMYYD9Ed6j-ZUYoeCNCw" iD="_31AMYID9Ed6j-ZUYoeCNCw" outgoingEdges="_6Ur64YD9Ed6j-ZUYoeCNCw" incomingEdges="_31Pc8YD9Ed6j-ZUYoeCNCw" name="myynti" lanes="_uCTjQYD9Ed6j-ZUYoeCNCw" activityType="Task"/>
    <vertices xmi:type="bpmn:Activity" xmi:id="_g_3LMYD-Ed6j-ZUYoeCNCw" iD="_g_3LMID-Ed6j-ZUYoeCNCw" outgoingEdges="_31Pc8YD9Ed6j-ZUYoeCNCw" incomingEdges="_0IdzwYD-Ed6j-ZUYoeCNCw" name="Ostotilaus" lanes="_EOo_YYD6Ed6j-ZUYoeCNCw _uCTjQYD9Ed6j-ZUYoeCNCw _K44NUYD7Ed6j-ZUYoeCNCw"/>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_quOBgYDrEd6j-ZUYoeCNCw" iD="_quOBgIDrEd6j-ZUYoeCNCw"/>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_7CfhQYDrEd6j-ZUYoeCNCw" iD="_7CfhQIDrEd6j-ZUYoeCNCw"/>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_5fqN0YDxEd6j-ZUYoeCNCw" iD="_5fqN0IDxEd6j-ZUYoeCNCw"/>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_e2UBkID6Ed6j-ZUYoeCNCw" iD="_e2TagID6Ed6j-ZUYoeCNCw"/>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_lY8BEYD6Ed6j-ZUYoeCNCw" iD="_lY8BEID6Ed6j-ZUYoeCNCw"/>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_o2MqwYD9Ed6j-ZUYoeCNCw" iD="_o2MqwID9Ed6j-ZUYoeCNCw"/>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_31Pc8YD9Ed6j-ZUYoeCNCw" iD="_31Pc8ID9Ed6j-ZUYoeCNCw"/>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_6Ur64YD9Ed6j-ZUYoeCNCw" iD="_6Ur64ID9Ed6j-ZUYoeCNCw"/>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_zu-8wID-Ed6j-ZUYoeCNCw" iD="_zu-VsID-Ed6j-ZUYoeCNCw" name="on varastoa"/>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_0IdzwYD-Ed6j-ZUYoeCNCw" iD="_0IdzwID-Ed6j-ZUYoeCNCw" name="ei varastoa"/>
    <lanes xmi:type="bpmn:Lane" xmi:id="_lfCNkYDwEd6j-ZUYoeCNCw" iD="_lfCNkIDwEd6j-ZUYoeCNCw" name="Pesula" activities="_UMDQkYD1Ed6j-ZUYoeCNCw _p1UDkYDrEd6j-ZUYoeCNCw _G1dOcYDrEd6j-ZUYoeCNCw _3lhcYYDxEd6j-ZUYoeCNCw _57CJ8IDrEd6j-ZUYoeCNCw"/>
    <lanes xmi:type="bpmn:Lane" xmi:id="_EOo_YYD6Ed6j-ZUYoeCNCw" iD="_EOo_YID6Ed6j-ZUYoeCNCw" name="Keskusvarasto" activities="_G1dOcYDrEd6j-ZUYoeCNCw _RIF-EYD6Ed6j-ZUYoeCNCw _P8GsEYD6Ed6j-ZUYoeCNCw _oLKJsID9Ed6j-ZUYoeCNCw _p1UDkYDrEd6j-ZUYoeCNCw _3lhcYYDxEd6j-ZUYoeCNCw _g_3LMYD-Ed6j-ZUYoeCNCw"/>
    <lanes xmi:type="bpmn:Lane" xmi:id="_uCTjQYD9Ed6j-ZUYoeCNCw" iD="_uCTjQID9Ed6j-ZUYoeCNCw" name="Toimittaja" activities="_31AMYYD9Ed6j-ZUYoeCNCw _g_3LMYD-Ed6j-ZUYoeCNCw"/>
  </pools>
  <pools xmi:type="bpmn:Pool" xmi:id="_fKUDAYD3Ed6j-ZUYoeCNCw" iD="_fKUDAID3Ed6j-ZUYoeCNCw" name="Tarvelaskentaprosessi">
    <vertices xmi:type="bpmn:Activity" xmi:id="_gF8k0YD3Ed6j-ZUYoeCNCw" iD="_gF8k0ID3Ed6j-ZUYoeCNCw" outgoingEdges="_WHF5kYD4Ed6j-ZUYoeCNCw" incomingEdges="_nXsCMYD5Ed6j-ZUYoeCNCw" name="Materiaalitarvelaskenta">
      <incomingMessages xmi:type="bpmn:MessagingEdge" href="#_KtkfwYD8Ed6j-ZUYoeCNCw"/>
      <incomingMessages xmi:type="bpmn:MessagingEdge" href="#_PQkw4YD8Ed6j-ZUYoeCNCw"/>
    </vertices>
    <vertices xmi:type="bpmn:Activity" xmi:id="_2DA5EYD3Ed6j-ZUYoeCNCw" iD="_2DA5EID3Ed6j-ZUYoeCNCw" outgoingEdges="_e52IoYD4Ed6j-ZUYoeCNCw" incomingEdges="_WHF5kYD4Ed6j-ZUYoeCNCw" name="Ostotilausehdotus"/>
    <vertices xmi:type="bpmn:Activity" xmi:id="_c0F9EYD4Ed6j-ZUYoeCNCw" iD="_c0F9EID4Ed6j-ZUYoeCNCw" outgoingEdges="_iaVFcYD7Ed6j-ZUYoeCNCw" incomingEdges="_e52IoYD4Ed6j-ZUYoeCNCw" name="Ostotilaus"/>
    <vertices xmi:type="bpmn:Activity" xmi:id="_m8t9cYD5Ed6j-ZUYoeCNCw" iD="_m8t9cID5Ed6j-ZUYoeCNCw" outgoingEdges="_nXsCMYD5Ed6j-ZUYoeCNCw" activityType="EventStartEmpty"/>
    <vertices xmi:type="bpmn:Activity" xmi:id="_g9i-YYD7Ed6j-ZUYoeCNCw" iD="_g9i-YID7Ed6j-ZUYoeCNCw" outgoingEdges="_bRd6cYD9Ed6j-ZUYoeCNCw" incomingEdges="_iaVFcYD7Ed6j-ZUYoeCNCw" name="Myynti">
      <outgoingMessages xmi:type="bpmn:MessagingEdge" href="#_4A2sgID8Ed6j-ZUYoeCNCw"/>
    </vertices>
    <vertices xmi:type="bpmn:Activity" xmi:id="_m8zLEYD7Ed6j-ZUYoeCNCw" iD="_m8zLEID7Ed6j-ZUYoeCNCw" incomingEdges="_bRd6cYD9Ed6j-ZUYoeCNCw" name="Vastaanotto">
      <outgoingMessages xmi:type="bpmn:MessagingEdge" href="#_8dsKkYEEEd6j-ZUYoeCNCw"/>
    </vertices>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_WHF5kYD4Ed6j-ZUYoeCNCw" iD="_WHF5kID4Ed6j-ZUYoeCNCw"/>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_e52IoYD4Ed6j-ZUYoeCNCw" iD="_e52IoID4Ed6j-ZUYoeCNCw"/>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_nXsCMYD5Ed6j-ZUYoeCNCw" iD="_nXsCMID5Ed6j-ZUYoeCNCw"/>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_iaVFcYD7Ed6j-ZUYoeCNCw" iD="_iaVFcID7Ed6j-ZUYoeCNCw"/>
    <sequenceEdges xmi:type="bpmn:SequenceEdge" xmi:id="_bRd6cYD9Ed6j-ZUYoeCNCw" iD="_bRd6cID9Ed6j-ZUYoeCNCw"/>
    <lanes xmi:type="bpmn:Lane" xmi:id="_WWTvYYD6Ed6j-ZUYoeCNCw" iD="_WWTvYID6Ed6j-ZUYoeCNCw" name="Keskusvarasto" activities="_p1UDkYDrEd6j-ZUYoeCNCw _G1dOcYDrEd6j-ZUYoeCNCw _57CJ8IDrEd6j-ZUYoeCNCw _3lhcYYDxEd6j-ZUYoeCNCw _RIF-EYD6Ed6j-ZUYoeCNCw _UMDQkYD1Ed6j-ZUYoeCNCw"/>
    <lanes xmi:type="bpmn:Lane" xmi:id="_K44NUYD7Ed6j-ZUYoeCNCw" iD="_K44NUID7Ed6j-ZUYoeCNCw" name="Toimittaja" activities="_g_3LMYD-Ed6j-ZUYoeCNCw _RIF-EYD6Ed6j-ZUYoeCNCw"/>
  </pools>
  <messages xmi:type="bpmn:MessagingEdge" xmi:id="_KtkfwYD8Ed6j-ZUYoeCNCw" iD="_KtkfwID8Ed6j-ZUYoeCNCw" source="_P8GsEYD6Ed6j-ZUYoeCNCw" target="_gF8k0YD3Ed6j-ZUYoeCNCw"/>
  <messages xmi:type="bpmn:MessagingEdge" xmi:id="_PQkw4YD8Ed6j-ZUYoeCNCw" iD="_PQkw4ID8Ed6j-ZUYoeCNCw" source="_p1UDkYDrEd6j-ZUYoeCNCw" target="_gF8k0YD3Ed6j-ZUYoeCNCw"/>
  <messages xmi:type="bpmn:MessagingEdge" xmi:id="_4A2sgID8Ed6j-ZUYoeCNCw" iD="_4A2FcID8Ed6j-ZUYoeCNCw" source="_g9i-YYD7Ed6j-ZUYoeCNCw" target="_UMDQkYD1Ed6j-ZUYoeCNCw"/>
  <messages xmi:type="bpmn:MessagingEdge" xmi:id="_8dsKkYEEEd6j-ZUYoeCNCw" iD="_8dsKkIEEEd6j-ZUYoeCNCw" source="_m8zLEYD7Ed6j-ZUYoeCNCw" target="_RIF-EYD6Ed6j-ZUYoeCNCw"/>
</bpmn:BpmnDiagram>


bpmn_diagram file:

<?xml version="1.0" encoding="UTF-8"?>
<notation:Diagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:bpmn="http://stp.eclipse.org/bpmn" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmi:id="_G0-tUIDrEd6j-ZUYoeCNCw" type="Bpmn" name="default.bpmn_diagram" measurementUnit="Pixel">
  <children xmi:type="notation:Node" xmi:id="_G1zzwIDrEd6j-ZUYoeCNCw" type="1001">
    <children xmi:type="notation:Node" xmi:id="_G2cF4IDrEd6j-ZUYoeCNCw" type="4008"/>
    <children xmi:type="notation:Node" xmi:id="_G2eiIIDrEd6j-ZUYoeCNCw" type="5001">
      <children xmi:type="notation:Node" xmi:id="_G2g-YIDrEd6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_G2iMgIDrEd6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_G2g-YYDrEd6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_G2g-YoDrEd6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_G2g-Y4DrEd6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_G2g-ZIDrEd6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_G1dOcYDrEd6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_G2iMgYDrEd6j-ZUYoeCNCw" x="140" y="29" width="140" height="71"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_p1Xt8IDrEd6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_p1axQIDrEd6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_p1YVAIDrEd6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_p1YVAYDrEd6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_p1YVAoDrEd6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_p1YVA4DrEd6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_p1UDkYDrEd6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_p1YVBIDrEd6j-ZUYoeCNCw" x="336" y="34" width="113"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_57EmMIDrEd6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_57GbYIDrEd6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_57EmMYDrEd6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_57EmMoDrEd6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_57EmM4DrEd6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_57EmNIDrEd6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_57CJ8IDrEd6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_57EmNYDrEd6j-ZUYoeCNCw" x="39" y="48"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_lfF38IDwEd6j-ZUYoeCNCw" type="2007">
        <children xmi:type="notation:Node" xmi:id="_lfIUMIDwEd6j-ZUYoeCNCw" type="4007"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_lfF38YDwEd6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_lfF38oDwEd6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_lfF384DwEd6j-ZUYoeCNCw" fillColor="16771304"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_lfF39IDwEd6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Lane" href="default.bpmn#_lfCNkYDwEd6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_lfF39YDwEd6j-ZUYoeCNCw" y="5" height="108"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_3l0-YIDxEd6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_3l2zkIDxEd6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_3l0-YYDxEd6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_3l0-YoDxEd6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_3l0-Y4DxEd6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_3l0-ZIDxEd6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_3lhcYYDxEd6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_3l0-ZYDxEd6j-ZUYoeCNCw" x="507" y="34"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_UMFFwID1Ed6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_UMG68ID1Ed6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_UMFFwYD1Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_UMFFwoD1Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_UMFs0ID1Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_UMFs0YD1Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_UMDQkYD1Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_UMFs0oD1Ed6j-ZUYoeCNCw" x="1190" y="21" width="129"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_EOrboID6Ed6j-ZUYoeCNCw" type="2007">
        <children xmi:type="notation:Node" xmi:id="_EOtQ0ID6Ed6j-ZUYoeCNCw" type="4007"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_EOrboYD6Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_EOrbooD6Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_EOrbo4D6Ed6j-ZUYoeCNCw" fillColor="16771304"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_EOrbpID6Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Lane" href="default.bpmn#_EOo_YYD6Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_EOrbpYD6Ed6j-ZUYoeCNCw" y="113" height="134"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_P8JIUID6Ed6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_P8K9gID6Ed6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_P8JIUYD6Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_P8JIUoD6Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_P8JIU4D6Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_P8JIVID6Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_P8GsEYD6Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_P8JIVYD6Ed6j-ZUYoeCNCw" x="639" y="147"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_RIHzQID6Ed6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_RIJBYID6Ed6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_RIHzQYD6Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_RIHzQoD6Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_RIHzQ4D6Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_RIHzRID6Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_RIF-EYD6Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_RIHzRYD6Ed6j-ZUYoeCNCw" x="916" y="113"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_oLLX0ID9Ed6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_oLN0EID9Ed6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_oLLX0YD9Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_oLLX0oD9Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_oLL-4ID9Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_oLL-4YD9Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_oLKJsID9Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_oLL-4oD9Ed6j-ZUYoeCNCw" x="789" y="143" width="69" height="71"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_uCVYcID9Ed6j-ZUYoeCNCw" type="2007">
        <children xmi:type="notation:Node" xmi:id="_uCX0sID9Ed6j-ZUYoeCNCw" type="4007"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_uCVYcYD9Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_uCV_gID9Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_uCV_gYD9Ed6j-ZUYoeCNCw" fillColor="16771304"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_uCV_goD9Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Lane" href="default.bpmn#_uCTjQYD9Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_uCV_g4D9Ed6j-ZUYoeCNCw" y="247" height="119"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_31CBkID9Ed6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_31DPsID9Ed6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_31CBkYD9Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_31CBkoD9Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_31CBk4D9Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_31CBlID9Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_31AMYYD9Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_31CBlYD9Ed6j-ZUYoeCNCw" x="1051" y="288"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_g_61kID-Ed6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_g_8qwID-Ed6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_g_61kYD-Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_g_61koD-Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_g_61k4D-Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_g_61lID-Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_g_3LMYD-Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_g_61lYD-Ed6j-ZUYoeCNCw" x="916" y="190"/>
      </children>
      <styles xmi:type="notation:DrawerStyle" xmi:id="_G2eiIYDrEd6j-ZUYoeCNCw"/>
      <styles xmi:type="notation:SortingStyle" xmi:id="_G2eiIoDrEd6j-ZUYoeCNCw"/>
      <styles xmi:type="notation:FilteringStyle" xmi:id="_G2eiI4DrEd6j-ZUYoeCNCw"/>
    </children>
    <styles xmi:type="notation:FontStyle" xmi:id="_G1zzwYDrEd6j-ZUYoeCNCw" fontName="AR PL UMing CN"/>
    <styles xmi:type="notation:DescriptionStyle" xmi:id="_G1zzwoDrEd6j-ZUYoeCNCw"/>
    <styles xmi:type="notation:FillStyle" xmi:id="_G1zzw4DrEd6j-ZUYoeCNCw" fillColor="16771304"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_G1zzxIDrEd6j-ZUYoeCNCw" lineColor="11119017"/>
    <element xmi:type="bpmn:Pool" href="default.bpmn#_G1N94YDrEd6j-ZUYoeCNCw"/>
    <layoutConstraint xmi:type="notation:Bounds" xmi:id="_G2fwQIDrEd6j-ZUYoeCNCw" x="16" y="22" width="1423" height="383"/>
  </children>
  <children xmi:type="notation:Node" xmi:id="_fKUqEID3Ed6j-ZUYoeCNCw" type="1001">
    <children xmi:type="notation:Node" xmi:id="_fKVRIID3Ed6j-ZUYoeCNCw" type="4008"/>
    <children xmi:type="notation:Node" xmi:id="_fKV4MID3Ed6j-ZUYoeCNCw" type="5001">
      <children xmi:type="notation:Node" xmi:id="_gF_BEID3Ed6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_gGA2QID3Ed6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_gF_BEYD3Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_gF_BEoD3Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_gF_BE4D3Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_gF_BFID3Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_gF8k0YD3Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_gF_BFYD3Ed6j-ZUYoeCNCw" x="410" y="36" width="143"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_2DCuQID3Ed6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_2DEjcID3Ed6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_2DCuQYD3Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_2DCuQoD3Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_2DCuQ4D3Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_2DCuRID3Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_2DA5EYD3Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_2DCuRYD3Ed6j-ZUYoeCNCw" x="599" y="36" width="133"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_c0IZUID4Ed6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_c0JncID4Ed6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_c0IZUYD4Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_c0IZUoD4Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_c0IZU4D4Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_c0IZVID4Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_c0F9EYD4Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_c0IZVYD4Ed6j-ZUYoeCNCw" x="794" y="36"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_m8wZsID5Ed6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_m8xn0ID5Ed6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_m8wZsYD5Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_m8wZsoD5Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_m8wZs4D5Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_m8wZtID5Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_m8t9cYD5Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_m8wZtYD5Ed6j-ZUYoeCNCw" x="43" y="50"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_WWUWcID6Ed6j-ZUYoeCNCw" type="2007">
        <children xmi:type="notation:Node" xmi:id="_WWU9gID6Ed6j-ZUYoeCNCw" type="4007"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_WWUWcYD6Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_WWUWcoD6Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_WWUWc4D6Ed6j-ZUYoeCNCw" fillColor="16771304"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_WWUWdID6Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Lane" href="default.bpmn#_WWTvYYD6Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_WWUWdYD6Ed6j-ZUYoeCNCw" y="5" height="139"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_K46CgID7Ed6j-ZUYoeCNCw" type="2007">
        <children xmi:type="notation:Node" xmi:id="_K473sID7Ed6j-ZUYoeCNCw" type="4007"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_K46CgYD7Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_K46CgoD7Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_K46Cg4D7Ed6j-ZUYoeCNCw" fillColor="16771304"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_K46ChID7Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Lane" href="default.bpmn#_K44NUYD7Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_K46pkID7Ed6j-ZUYoeCNCw" y="144" height="134"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_g9kzkID7Ed6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_g9nP0ID7Ed6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_g9kzkYD7Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_g9kzkoD7Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_g9kzk4D7Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_g9kzlID7Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_g9i-YYD7Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_g9kzlYD7Ed6j-ZUYoeCNCw" x="928" y="182"/>
      </children>
      <children xmi:type="notation:Node" xmi:id="_m81AQID7Ed6j-ZUYoeCNCw" type="2001">
        <children xmi:type="notation:Node" xmi:id="_m82OYID7Ed6j-ZUYoeCNCw" type="4001"/>
        <styles xmi:type="notation:FontStyle" xmi:id="_m81AQYD7Ed6j-ZUYoeCNCw" fontName="Arial"/>
        <styles xmi:type="notation:DescriptionStyle" xmi:id="_m81AQoD7Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:FillStyle" xmi:id="_m81AQ4D7Ed6j-ZUYoeCNCw"/>
        <styles xmi:type="notation:LineStyle" xmi:id="_m81ARID7Ed6j-ZUYoeCNCw" lineColor="0"/>
        <element xmi:type="bpmn:Activity" href="default.bpmn#_m8zLEYD7Ed6j-ZUYoeCNCw"/>
        <layoutConstraint xmi:type="notation:Bounds" xmi:id="_m81ARYD7Ed6j-ZUYoeCNCw" x="1085" y="36"/>
      </children>
      <styles xmi:type="notation:DrawerStyle" xmi:id="_fKV4MYD3Ed6j-ZUYoeCNCw"/>
      <styles xmi:type="notation:SortingStyle" xmi:id="_fKV4MoD3Ed6j-ZUYoeCNCw"/>
      <styles xmi:type="notation:FilteringStyle" xmi:id="_fKV4M4D3Ed6j-ZUYoeCNCw"/>
    </children>
    <styles xmi:type="notation:FontStyle" xmi:id="_fKUqEYD3Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:DescriptionStyle" xmi:id="_fKUqEoD3Ed6j-ZUYoeCNCw"/>
    <styles xmi:type="notation:FillStyle" xmi:id="_fKUqE4D3Ed6j-ZUYoeCNCw" fillColor="16771304"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_fKUqFID3Ed6j-ZUYoeCNCw" lineColor="11119017"/>
    <element xmi:type="bpmn:Pool" href="default.bpmn#_fKUDAYD3Ed6j-ZUYoeCNCw"/>
    <layoutConstraint xmi:type="notation:Bounds" xmi:id="_fKUqFYD3Ed6j-ZUYoeCNCw" x="16" y="421" width="1423" height="295"/>
  </children>
  <styles xmi:type="notation:PageStyle" xmi:id="_G0-tUYDrEd6j-ZUYoeCNCw"/>
  <styles xmi:type="notation:GuideStyle" xmi:id="_G0-tUoDrEd6j-ZUYoeCNCw"/>
  <styles xmi:type="notation:DescriptionStyle" xmi:id="_G0-tU4DrEd6j-ZUYoeCNCw"/>
  <element xmi:type="bpmn:BpmnDiagram" href="default.bpmn#_G0Jm4IDrEd6j-ZUYoeCNCw"/>
  <edges xmi:type="notation:Edge" xmi:id="_qubc4IDrEd6j-ZUYoeCNCw" type="3001" source="_G2g-YIDrEd6j-ZUYoeCNCw" target="_p1Xt8IDrEd6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_qufHQIDrEd6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_qufHQYDrEd6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_qufHQoDrEd6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_qufHQ4DrEd6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_qubc4YDrEd6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_qubc4oDrEd6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_qubc44DrEd6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_quOBgYDrEd6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_qubc5IDrEd6j-ZUYoeCNCw" points="[0, 0, -175, 17]$[87, 0, -88, 17]$[87, -17, -88, 0]$[175, -17, 0, 0]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_7Ch9gIDrEd6j-ZUYoeCNCw" type="3001" source="_57EmMIDrEd6j-ZUYoeCNCw" target="_G2g-YIDrEd6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_7CjysIDrEd6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_7CjysYDrEd6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_7CjysoDrEd6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_7Cjys4DrEd6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_7CikkIDrEd6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_7CikkYDrEd6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_7CikkoDrEd6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_7CfhQYDrEd6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_7Cikk4DrEd6j-ZUYoeCNCw" points="[15, -2, -151, 4]$[98, -8, -68, -2]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_5fsqEIDxEd6j-ZUYoeCNCw" type="3001" source="_p1Xt8IDrEd6j-ZUYoeCNCw" target="_3l0-YIDxEd6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_5fufQIDxEd6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_5fufQYDxEd6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_5fufQoDxEd6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_5fufQ4DxEd6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_5fsqEYDxEd6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_5fsqEoDxEd6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_5ftRIIDxEd6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_5fqN0YDxEd6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_5ftRIYDxEd6j-ZUYoeCNCw" points="[55, -4, -113, -4]$[115, -8, -53, -8]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_WHIV0ID4Ed6j-ZUYoeCNCw" type="3001" source="_gF_BEID3Ed6j-ZUYoeCNCw" target="_2DCuQID3Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_WHJj8ID4Ed6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_WHJj8YD4Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_WHJj8oD4Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_WHKLAID4Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_WHIV0YD4Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_WHIV0oD4Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_WHIV04D4Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_WHF5kYD4Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_WHIV1ID4Ed6j-ZUYoeCNCw" points="[70, 2, -227, -11]$[244, 11, -53, -2]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_e55L8ID4Ed6j-ZUYoeCNCw" type="3001" source="_2DCuQID3Ed6j-ZUYoeCNCw" target="_c0IZUID4Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_e56aEID4Ed6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_e56aEYD4Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_e57BIID4Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_e57BIYD4Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_e55L8YD4Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_e55L8oD4Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_e55zAID4Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_e52IoYD4Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_e55zAYD4Ed6j-ZUYoeCNCw" points="[65, -1, -151, -1]$[163, -1, -53, -1]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_nXvFgID5Ed6j-ZUYoeCNCw" type="3001" source="_m8wZsID5Ed6j-ZUYoeCNCw" target="_gF_BEID3Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_nXwToID5Ed6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_nXwToYD5Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_nXwTooD5Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_nXwTo4D5Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_nXvFgYD5Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_nXvFgoD5Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_nXvFg4D5Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_nXsCMYD5Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_nXvFhID5Ed6j-ZUYoeCNCw" points="[15, -2, -203, 7]$[149, -19, -69, -10]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_e2Wd0ID6Ed6j-ZUYoeCNCw" type="3001" source="_3l0-YIDxEd6j-ZUYoeCNCw" target="_P8JIUID6Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_e2Xr8ID6Ed6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_e2Xr8YD6Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_e2Xr8oD6Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_e2Xr84D6Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_e2Wd0YD6Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_e2Wd0oD6Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_e2Wd04D6Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_e2UBkID6Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_e2Wd1ID6Ed6j-ZUYoeCNCw" points="[1, 29, 1, -101]$[24, 102, 24, -28]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_lY_EYID6Ed6j-ZUYoeCNCw" type="3001" source="_RIHzQID6Ed6j-ZUYoeCNCw" target="_UMFFwID1Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_lZBgoID6Ed6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_lZBgoYD6Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_lZBgooD6Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_lZBgo4D6Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_lY_EYYD6Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_lY_EYoD6Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_lY_EY4D6Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_lY8BEYD6Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_lY_EZID6Ed6j-ZUYoeCNCw" points="[0, 0, -142, 113]$[13, 0, -129, 113]$[13, -113, -129, 0]$[142, -113, 0, 0]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_iaWTkID7Ed6j-ZUYoeCNCw" type="3001" source="_c0IZUID4Ed6j-ZUYoeCNCw" target="_g9kzkID7Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_iaWTlYD7Ed6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_iaWTloD7Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_iaWTl4D7Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_iaWTmID7Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_iaWTkYD7Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_iaWTkoD7Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_iaWTk4D7Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_iaVFcYD7Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_iaWTlID7Ed6j-ZUYoeCNCw" points="[16, 29, -107, -117]$[70, 151, -53, 5]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_KtnjEID8Ed6j-ZUYoeCNCw" type="3002" source="_P8JIUID6Ed6j-ZUYoeCNCw" target="_gF_BEID3Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_KtoxMID8Ed6j-ZUYoeCNCw" type="4013">
      <styles xmi:type="notation:FillStyle" xmi:id="_KtoxMYD8Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_KtpYQID8Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_KtpYQYD8Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_KtnjEYD8Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_KtoKIID8Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_KtoKIYD8Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:MessagingEdge" href="default.bpmn#_KtkfwYD8Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_KtoKIoD8Ed6j-ZUYoeCNCw" points="[0, 0, 250, -227]$[0, 177, 250, -50]$[-250, 177, 0, -50]$[-250, 227, 0, 0]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_PQpCUID8Ed6j-ZUYoeCNCw" type="3002" source="_p1Xt8IDrEd6j-ZUYoeCNCw" target="_gF_BEID3Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_PQqQcID8Ed6j-ZUYoeCNCw" type="4013">
      <styles xmi:type="notation:FillStyle" xmi:id="_PQqQcYD8Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_PQqQcoD8Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_PQqQc4D8Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_PQpCUYD8Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_PQpCUoD8Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_PQpCU4D8Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:MessagingEdge" href="default.bpmn#_PQkw4YD8Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_PQpCVID8Ed6j-ZUYoeCNCw" points="[0, 0, -112, -344]$[0, 264, -112, -80]$[112, 264, 0, -80]$[112, 344, 0, 0]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_4A5v0ID8Ed6j-ZUYoeCNCw" type="3002" source="_g9kzkID7Ed6j-ZUYoeCNCw" target="_UMFFwID1Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_4A698ID8Ed6j-ZUYoeCNCw" type="4013">
      <styles xmi:type="notation:FillStyle" xmi:id="_4A698YD8Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_4A698oD8Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_4A6984D8Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_4A5v0YD8Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_4A5v0oD8Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_4A5v04D8Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:MessagingEdge" href="default.bpmn#_4A2sgID8Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_4A5v1ID8Ed6j-ZUYoeCNCw" points="[0, 0, -271, 503]$[0, -196, -271, 307]$[271, -196, 0, 307]$[271, -503, 0, 0]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_bRfIkID9Ed6j-ZUYoeCNCw" type="3001" source="_g9kzkID7Ed6j-ZUYoeCNCw" target="_m81AQID7Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_bRfvoID9Ed6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_bRfvoYD9Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_bRfvooD9Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_bRfvo4D9Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_bRfIkYD9Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_bRfIkoD9Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_bRfIk4D9Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_bRd6cYD9Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_bRfIlID9Ed6j-ZUYoeCNCw" points="[54, -24, -258, 109]$[259, -118, -53, 15]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_o2PHAID9Ed6j-ZUYoeCNCw" type="3001" source="_P8JIUID6Ed6j-ZUYoeCNCw" target="_oLLX0ID9Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_o2QVIID9Ed6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_o2QVIYD9Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_o2Q8MID9Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_o2Q8MYD9Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_o2PuEID9Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_o2PuEYD9Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_o2PuEoD9Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_o2MqwYD9Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_o2PuE4D9Ed6j-ZUYoeCNCw" points="[54, 19, -62, -13]$[95, 27, -21, -5]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_31R5MID9Ed6j-ZUYoeCNCw" type="3001" source="_g_61kID-Ed6j-ZUYoeCNCw" target="_31CBkID9Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_31SgQID9Ed6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_31THUID9Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_31THUYD9Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_31THUoD9Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_31R5MYD9Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_31R5MoD9Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_31R5M4D9Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_31Pc8YD9Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_31R5NID9Ed6j-ZUYoeCNCw" points="[-21, -5, 762, 180]$[-781, -185, 2, 0]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_6UtwEID9Ed6j-ZUYoeCNCw" type="3001" source="_31CBkID9Ed6j-ZUYoeCNCw" target="_UMFFwID1Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_6UtwFYD9Ed6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_6UtwFoD9Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_6UtwF4D9Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_6UtwGID9Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_6UtwEYD9Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_6UtwEoD9Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_6UtwE4D9Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_6Ur64YD9Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_6UtwFID9Ed6j-ZUYoeCNCw" points="[0, 0, -222, 255]$[161, 0, -61, 255]$[161, -255, -61, 0]$[222, -255, 0, 0]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_zvBZAID-Ed6j-ZUYoeCNCw" type="3001" source="_oLLX0ID9Ed6j-ZUYoeCNCw" target="_RIHzQID6Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_zvCAEID-Ed6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_zvCnIID-Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_zvCnIYD-Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_zvCnIoD-Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_zvBZAYD-Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_zvBZAoD-Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_zvBZA4D-Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_zu-8wID-Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_zvBZBID-Ed6j-ZUYoeCNCw" points="[16, -9, -114, 30]$[77, -47, -53, -8]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_0Iea0ID-Ed6j-ZUYoeCNCw" type="3001" source="_oLLX0ID9Ed6j-ZUYoeCNCw" target="_g_61kID-Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_0IfB4ID-Ed6j-ZUYoeCNCw" type="4012">
      <styles xmi:type="notation:FillStyle" xmi:id="_0IfB4YD-Ed6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_0IfB4oD-Ed6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_0IfB44D-Ed6j-ZUYoeCNCw" y="-10"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_0Iea0YD-Ed6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_0Iea0oD-Ed6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_0Iea04D-Ed6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:SequenceEdge" href="default.bpmn#_0IdzwYD-Ed6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_0Iea1ID-Ed6j-ZUYoeCNCw" points="[19, 5, -111, -25]$[77, 24, -53, -6]"/>
  </edges>
  <edges xmi:type="notation:Edge" xmi:id="_8dv08IEEEd6j-ZUYoeCNCw" type="3002" source="_m81AQID7Ed6j-ZUYoeCNCw" target="_RIHzQID6Ed6j-ZUYoeCNCw">
    <children xmi:type="notation:Node" xmi:id="_8dxDEIEEEd6j-ZUYoeCNCw" type="4013">
      <styles xmi:type="notation:FillStyle" xmi:id="_8dxDEYEEEd6j-ZUYoeCNCw" fillColor="16776959"/>
      <styles xmi:type="notation:LineStyle" xmi:id="_8dxDEoEEEd6j-ZUYoeCNCw" lineColor="16776959"/>
      <layoutConstraint xmi:type="notation:Location" xmi:id="_8dxDE4EEEd6j-ZUYoeCNCw" y="40"/>
    </children>
    <styles xmi:type="notation:RoutingStyle" xmi:id="_8dv08YEEEd6j-ZUYoeCNCw" routing="Rectilinear" smoothness="Normal" closestDistance="true"/>
    <styles xmi:type="notation:FontStyle" xmi:id="_8dv08oEEEd6j-ZUYoeCNCw" fontName="Arial"/>
    <styles xmi:type="notation:LineStyle" xmi:id="_8dv084EEEd6j-ZUYoeCNCw" lineColor="0"/>
    <element xmi:type="bpmn:MessagingEdge" href="default.bpmn#_8dsKkYEEEd6j-ZUYoeCNCw"/>
    <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_8dv09IEEEd6j-ZUYoeCNCw" points="[0, 0, 169, 265]$[0, -74, 169, 191]$[-169, -74, 0, 191]$[-169, -265, 0, 0]"/>
  </edges>
</notation:Diagram>
Comment 1 Antoine Toulmé CLA 2009-08-14 09:17:58 EDT
Please attach your diagram's project as a zip rather than directly in the bug.