Commit 6085a3e9 authored by Tiemo Bang's avatar Tiemo Bang

My Commit

parent fec432e4
...@@ -55,8 +55,12 @@ ...@@ -55,8 +55,12 @@
<bpel:variable name="checkAvailabilityReponse" element="ns:checkAvailabilityResponse"></bpel:variable>--> <bpel:variable name="checkAvailabilityReponse" element="ns:checkAvailabilityResponse"></bpel:variable>-->
<bpel:variable name="storeOrderDetailsRequest" messageType="ns:storeOrderDetailsInput"></bpel:variable>
<bpel:variable name="storeOrderDetailsResponse" messageType="ns:storeOrderDetailsOutput"></bpel:variable> <bpel:variable name="storeOrderDetailsResponse" messageType="ns:storeOrderDetailsOutput"></bpel:variable>
<bpel:variable name="storeOrderDetailsRequest" messageType="ns:storeOrderDetailsInput"></bpel:variable>
</bpel:variables> </bpel:variables>
<!-- ================================================================= --> <!-- ================================================================= -->
...@@ -103,6 +107,8 @@ ...@@ -103,6 +107,8 @@
<![CDATA[number(1)]]> <![CDATA[number(1)]]>
</bpel:from> </bpel:from>
<bpel:to part="listProductsInput" variable="listProductsRequest"> <bpel:to part="listProductsInput" variable="listProductsRequest">
...@@ -190,17 +196,23 @@ ...@@ -190,17 +196,23 @@
<bpel:assign validate="no" name="Assign">
<bpel:assign validate="no" name="assignOrderDetails">
<bpel:copy> <bpel:copy>
<bpel:from><bpel:literal><tns:storeOrderDetails xmlns:tns="http://iaas.uni-stuttgart.de/labs/FlowSOG" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <bpel:from><bpel:literal xml:space="preserve"><tns:storeOrderDetails xmlns:tns="http://iaas.uni-stuttgart.de/labs/FlowSOG" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:orderId>tns:orderId</tns:orderId> <tns:orderId></tns:orderId>
<tns:customerId>tns:customerId</tns:customerId> <tns:customerId></tns:customerId>
<tns:products> <tns:products>
<tns:product> <tns:product>
<tns:productId>tns:productId</tns:productId> <tns:productId>tns:productId</tns:productId>
<tns:numberOfItems>0</tns:numberOfItems> <tns:numberOfItems>1</tns:numberOfItems>
</tns:product> </tns:product>
</tns:products> </tns:products>
<tns:shippingAddress>tns:shippingAddress</tns:shippingAddress> <tns:shippingAddress>tns:shippingAddress</tns:shippingAddress>
...@@ -210,14 +222,36 @@ ...@@ -210,14 +222,36 @@
<tns:accountNumber>tns:accountNumber</tns:accountNumber> <tns:accountNumber>tns:accountNumber</tns:accountNumber>
<tns:accountHolderName>tns:accountHolderName</tns:accountHolderName> <tns:accountHolderName>tns:accountHolderName</tns:accountHolderName>
</tns:paymentDetails> </tns:paymentDetails>
<tns:status>ordered</tns:status> </tns:storeOrderDetails></bpel:literal></bpel:from>
</tns:storeOrderDetails>
</bpel:literal></bpel:from>
<bpel:to variable="storeOrderDetailsRequest" part="storeOrderDetailsInput"></bpel:to> <bpel:to variable="storeOrderDetailsRequest" part="storeOrderDetailsInput"></bpel:to>
</bpel:copy> </bpel:copy>
<bpel:copy>
<bpel:from part="listProductsOutput" variable="listProductsResponse">
<bpel:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0"><![CDATA[ns:productList/ns:product[1]/ns:id]]></bpel:query>
</bpel:from>
<bpel:to part="storeOrderDetailsInput" variable="storeOrderDetailsRequest">
<bpel:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0"><![CDATA[ns:products/ns:product[1]/ns:productId]]></bpel:query>
</bpel:to>
</bpel:copy>
</bpel:assign> </bpel:assign>
<bpel:invoke name="storeOrderDetails" partnerLink="OrderPL" operation="storeOrderDetails" portType="ns:OrderPortType" inputVariable="storeOrderDetailsRequest" outputVariable="storeOrderDetailsResponse"></bpel:invoke> <bpel:invoke name="storeOrderDetails" partnerLink="OrderPL" operation="storeOrderDetails" portType="ns:OrderPortType" inputVariable="storeOrderDetailsRequest" outputVariable="storeOrderDetailsResponse"></bpel:invoke>
<bpel:assign validate="no" name="assignOrderID">
<bpel:copy>
<bpel:from><bpel:literal><tns:ConductOrder84Response xmlns:tns="group12" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:result>tns:result</tns:result>
</tns:ConductOrder84Response>
</bpel:literal></bpel:from>
<bpel:to variable="output" part="payload"></bpel:to>
</bpel:copy>
<bpel:copy>
<bpel:from part="storeOrderDetailsOutput" variable="storeOrderDetailsResponse"></bpel:from>
<bpel:to part="payload" variable="output">
<bpel:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0"><![CDATA[tns:result]]></bpel:query>
</bpel:to>
</bpel:copy>
</bpel:assign>
<bpel:reply name="replyOutput" partnerLink="client" portType="tns:ConductOrder84" operation="process" variable="output"> <bpel:reply name="replyOutput" partnerLink="client" portType="tns:ConductOrder84" operation="process" variable="output">
</bpel:reply> </bpel:reply>
</bpel:sequence> </bpel:sequence>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</extensions> </extensions>
<extensions> <extensions>
<extendedObject href="ConductOrder84.bpel#/"/> <extendedObject href="ConductOrder84.bpel#/"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ProcessExtension" modificationStamp="1478544087389" processName="{group12}ConductOrder84" processVersion="2"/> <extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ProcessExtension" modificationStamp="1478803495142" processName="{group12}ConductOrder84" processVersion="1"/>
</extensions> </extensions>
<extensions> <extensions>
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.1"/> <extendedObject href="ConductOrder84.bpel#//@activity/@activities.1"/>
...@@ -109,17 +109,13 @@ ...@@ -109,17 +109,13 @@
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:CopyExtension"/> <extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:CopyExtension"/>
</extensions> </extensions>
<extensions> <extensions>
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.6"/> <extendedObject href="ConductOrder84.bpel#//@activity/@activities.7"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ActivityExtension"/> <extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ActivityExtension"/>
</extensions> </extensions>
<extensions> <extensions>
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.3/@activity/@activity/@activities.2/@activity"/> <extendedObject href="ConductOrder84.bpel#//@activity/@activities.3/@activity/@activity/@activities.2/@activity"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ActivityExtension"/> <extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ActivityExtension"/>
</extensions> </extensions>
<extensions>
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.5"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ActivityExtension"/>
</extensions>
<extensions> <extensions>
<extendedObject href="ConductOrder84.bpel#//@variables/@children.4"/> <extendedObject href="ConductOrder84.bpel#//@variables/@children.4"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:VariableExtension"/> <extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:VariableExtension"/>
...@@ -128,6 +124,10 @@ ...@@ -128,6 +124,10 @@
<extendedObject href="ConductOrder84.bpel#//@variables/@children.5"/> <extendedObject href="ConductOrder84.bpel#//@variables/@children.5"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:VariableExtension"/> <extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:VariableExtension"/>
</extensions> </extensions>
<extensions>
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.5"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ActivityExtension"/>
</extensions>
<extensions> <extensions>
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.4"/> <extendedObject href="ConductOrder84.bpel#//@activity/@activities.4"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ActivityExtension"/> <extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ActivityExtension"/>
...@@ -136,4 +136,20 @@ ...@@ -136,4 +136,20 @@
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.4/@copy.0"/> <extendedObject href="ConductOrder84.bpel#//@activity/@activities.4/@copy.0"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:CopyExtension"/> <extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:CopyExtension"/>
</extensions> </extensions>
<extensions>
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.6"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:ActivityExtension"/>
</extensions>
<extensions>
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.6/@copy.1"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:CopyExtension"/>
</extensions>
<extensions>
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.6/@copy.0"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:CopyExtension"/>
</extensions>
<extensions>
<extendedObject href="ConductOrder84.bpel#//@activity/@activities.4/@copy.1"/>
<extensionObject xsi:type="org.eclipse.bpel.ui.uiextensionmodel:CopyExtension"/>
</extensions>
</extensionmodel:ExtensionMap> </extensionmodel:ExtensionMap>
...@@ -5324,4 +5324,1012 @@ ...@@ -5324,4 +5324,1012 @@
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/> <parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/> <oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
</modelChange> </modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:10:31.336+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<oldElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:10:31.336+0100">
<parentElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[2]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:10:31.336+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:10:31.336+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:10:36.024+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<oldElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="TextChanged" timestamp="2016-11-10T09:16:39.559+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[1]/copy[3]/from[1]"/>
<attribute attributeName="text" oldValue="number(1)" newValue="number(10)"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:16:39.559+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[1]/copy[3]/from[1]"/>
<attribute attributeName="expressionLanguage" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:16:39.575+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[1]/copy[3]/from[1]"/>
<attribute attributeName="expressionLanguage" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:27:17.686+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<newElement elementType="invoke" elementName="" elementXPath="/process/sequence[1]/invoke[2]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:27:17.686+0100">
<containingElement elementType="invoke" elementName="" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="name" oldValue="" newValue="Invoke"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:27:30.858+0100">
<containingElement elementType="invoke" elementName="Invoke" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="name" oldValue="Invoke" newValue="testOrder"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:27:56.578+0100">
<parentElement elementType="variables" elementName="" elementXPath="/process/variables[1]"/>
<newElement elementType="variable" elementName="OrderPLResponse" elementXPath="/process/variables[1]/variable[7]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:27:56.594+0100">
<parentElement elementType="variables" elementName="" elementXPath="/process/variables[1]"/>
<newElement elementType="variable" elementName="OrderPLRequest" elementXPath="/process/variables[1]/variable[8]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:27:56.594+0100">
<containingElement elementType="invoke" elementName="testOrder" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="partnerLink" oldValue="" newValue="OrderPL"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:27:56.610+0100">
<containingElement elementType="invoke" elementName="testOrder" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="operation" oldValue="" newValue="calcOrderCosts"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:27:56.625+0100">
<containingElement elementType="invoke" elementName="testOrder" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="inputVariable" oldValue="" newValue="OrderPLRequest"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:27:56.641+0100">
<containingElement elementType="invoke" elementName="testOrder" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="outputVariable" oldValue="" newValue="OrderPLResponse"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:28:23.611+0100">
<parentElement elementType="variables" elementName="" elementXPath="/process/variables[1]"/>
<oldElement elementType="variable" elementName="storeOrderDetailsRequest" elementXPath="/process/variables[1]/variable[5]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:28:25.173+0100">
<parentElement elementType="variables" elementName="" elementXPath="/process/variables[1]"/>
<oldElement elementType="variable" elementName="storeOrderDetailsResponse" elementXPath="/process/variables[1]/variable[5]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:36:17.619+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<newElement elementType="assign" elementName="" elementXPath="/process/sequence[1]/assign[2]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:36:17.635+0100">
<containingElement elementType="assign" elementName="" elementXPath="/process/sequence[1]/assign[2]"/>
<attribute attributeName="name" oldValue="" newValue="Assign"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:36:20.541+0100">
<parentElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[2]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:36:20.604+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:36:20.651+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:37:14.622+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:37:14.622+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:37:14.622+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:37:14.622+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
<attribute attributeName="variable" oldValue="" newValue="OrderPLRequest"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:37:18.669+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:37:18.669+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:37:18.669+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:37:18.669+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue="" newValue="payload"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:37:18.685+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue="" newValue="output"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:37:20.154+0100">
<parentElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[2]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:37:20.169+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:37:20.185+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:37:20.216+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:37:20.216+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:37:20.232+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:37:20.232+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:37:27.482+0100">
<parentElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[2]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:37:27.482+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:37:27.482+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:37:46.733+0100">
<parentElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[2]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:37:46.733+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:37:46.733+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:37:48.405+0100">
<parentElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[2]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:37:48.468+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:37:48.468+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:37:58.218+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:37:58.234+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:37:58.234+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:37:58.234+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue="" newValue="calcOrderCostsInput"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:37:58.250+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue="" newValue="OrderPLRequest"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:37:59.453+0100">
<parentElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[2]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:37:59.468+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:37:59.484+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:37:59.500+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:37:59.500+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:37:59.515+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:37:59.515+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:39:02.003+0100">
<parentElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[2]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:39:02.003+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:39:02.003+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:39:07.222+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<newElement elementType="assign" elementName="" elementXPath="/process/sequence[1]/assign[3]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:39:07.237+0100">
<containingElement elementType="assign" elementName="" elementXPath="/process/sequence[1]/assign[3]"/>
<attribute attributeName="name" oldValue="" newValue="Assign1"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:39:56.256+0100">
<parentElement elementType="assign" elementName="Assign1" elementXPath="/process/sequence[1]/assign[3]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:39:56.318+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T09:39:56.381+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:40:10.631+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:40:10.631+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:40:10.631+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:40:10.631+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
<attribute attributeName="variable" oldValue="" newValue="OrderPLRequest"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:40:14.460+0100">
<parentElement elementType="variables" elementName="" elementXPath="/process/variables[1]"/>
<oldElement elementType="variable" elementName="OrderPLResponse" elementXPath="/process/variables[1]/variable[5]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:40:14.553+0100">
<containingElement elementType="invoke" elementName="testOrder" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="outputVariable" oldValue="OrderPLResponse"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T09:40:16.428+0100">
<parentElement elementType="variables" elementName="" elementXPath="/process/variables[1]"/>
<oldElement elementType="variable" elementName="OrderPLRequest" elementXPath="/process/variables[1]/variable[5]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T09:40:16.522+0100">
<containingElement elementType="invoke" elementName="testOrder" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="inputVariable" oldValue="OrderPLRequest"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:54:07.025+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<oldElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:54:07.026+0100">
<parentElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[2]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:54:07.026+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:54:07.027+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:54:07.065+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<oldElement elementType="invoke" elementName="testOrder" elementXPath="/process/sequence[1]/invoke[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:54:07.099+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<oldElement elementType="assign" elementName="Assign1" elementXPath="/process/sequence[1]/assign[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:54:07.099+0100">
<parentElement elementType="assign" elementName="Assign1" elementXPath="/process/sequence[1]/assign[2]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:54:07.099+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:54:07.100+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:56:43.654+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<newElement elementType="invoke" elementName="" elementXPath="/process/sequence[1]/invoke[2]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:56:43.664+0100">
<containingElement elementType="invoke" elementName="" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="name" oldValue="" newValue="Invoke"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:56:47.058+0100">
<containingElement elementType="invoke" elementName="Invoke" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="name" oldValue="Invoke" newValue="storeOrder"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:56:50.800+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<newElement elementType="assign" elementName="" elementXPath="/process/sequence[1]/assign[2]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:56:50.807+0100">
<containingElement elementType="assign" elementName="" elementXPath="/process/sequence[1]/assign[2]"/>
<attribute attributeName="name" oldValue="" newValue="Assign"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:56:59.321+0100">
<containingElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[2]"/>
<attribute attributeName="name" oldValue="Assign" newValue="assignOrder"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:57:08.954+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<newElement elementType="assign" elementName="" elementXPath="/process/sequence[1]/assign[3]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:57:08.966+0100">
<containingElement elementType="assign" elementName="" elementXPath="/process/sequence[1]/assign[3]"/>
<attribute attributeName="name" oldValue="" newValue="Assign"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:57:13.852+0100">
<containingElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[3]"/>
<attribute attributeName="name" oldValue="Assign" newValue="assignOrderId"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:57:21.409+0100">
<containingElement elementType="invoke" elementName="storeOrder" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="name" oldValue="storeOrder" newValue="storeOrderDetails"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:57:33.895+0100">
<parentElement elementType="variables" elementName="" elementXPath="/process/variables[1]"/>
<newElement elementType="variable" elementName="OrderPLResponse" elementXPath="/process/variables[1]/variable[5]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:57:33.921+0100">
<parentElement elementType="variables" elementName="" elementXPath="/process/variables[1]"/>
<newElement elementType="variable" elementName="OrderPLRequest" elementXPath="/process/variables[1]/variable[6]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:57:33.922+0100">
<containingElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="partnerLink" oldValue="" newValue="OrderPL"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:57:33.936+0100">
<containingElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="operation" oldValue="" newValue="calcOrderCosts"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:57:33.949+0100">
<containingElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="operation" oldValue="calcOrderCosts" newValue="storeOrderDetails"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:57:33.963+0100">
<containingElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="portType" oldValue="" newValue="ns:OrderPortType"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:57:33.975+0100">
<containingElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="inputVariable" oldValue="" newValue="OrderPLRequest"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:57:33.996+0100">
<containingElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="outputVariable" oldValue="" newValue="OrderPLResponse"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:58:15.157+0100">
<containingElement elementType="variable" elementName="OrderPLResponse" elementXPath="/process/variables[1]/variable[5]"/>
<attribute attributeName="name" oldValue="OrderPLResponse" newValue="storeOrderDetailsResponse"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:58:23.050+0100">
<containingElement elementType="variable" elementName="OrderPLRequest" elementXPath="/process/variables[1]/variable[6]"/>
<attribute attributeName="name" oldValue="OrderPLRequest" newValue="storeOrderDetailsRequest"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:58:33.677+0100">
<parentElement elementType="assign" elementName="assignOrder" elementXPath="/process/sequence[1]/assign[2]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:58:33.738+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:58:33.789+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:58:44.047+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:58:44.049+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:58:44.050+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:58:44.051+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue="" newValue="storeOrderDetailsInput"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:58:44.057+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue="" newValue="storeOrderDetailsRequest"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:58:45.195+0100">
<parentElement elementType="assign" elementName="assignOrder" elementXPath="/process/sequence[1]/assign[2]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:58:45.212+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:58:45.227+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:58:45.332+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:58:45.332+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:58:45.340+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:58:45.340+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:58:51.782+0100">
<parentElement elementType="assign" elementName="assignOrder" elementXPath="/process/sequence[1]/assign[2]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:58:51.782+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<oldElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:58:51.782+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:59:01.563+0100">
<parentElement elementType="assign" elementName="assignOrderId" elementXPath="/process/sequence[1]/assign[3]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:59:01.583+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:59:01.603+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:59:10.889+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:59:10.890+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:59:10.891+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:59:10.893+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
<attribute attributeName="part" oldValue="" newValue="storeOrderDetailsOutput"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:59:10.899+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
<attribute attributeName="variable" oldValue="" newValue="storeOrderDetailsResponse"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:59:16.359+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:59:16.361+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:59:16.362+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:59:16.363+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue="" newValue="payload"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T18:59:16.369+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue="" newValue="output"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:59:17.574+0100">
<parentElement elementType="assign" elementName="assignOrderId" elementXPath="/process/sequence[1]/assign[3]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:59:17.596+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:59:17.617+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:59:17.637+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:59:17.637+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T18:59:17.649+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T18:59:17.649+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:08:52.884+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<oldElement elementType="assign" elementName="assignOrder" elementXPath="/process/sequence[1]/assign[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:08:52.884+0100">
<parentElement elementType="assign" elementName="assignOrder" elementXPath="/process/sequence[1]/assign[2]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:08:52.884+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:08:52.886+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:08:52.929+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<oldElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:08:53.109+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<oldElement elementType="assign" elementName="assignOrderId" elementXPath="/process/sequence[1]/assign[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:08:53.109+0100">
<parentElement elementType="assign" elementName="assignOrderId" elementXPath="/process/sequence[1]/assign[2]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:08:53.109+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<oldElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:08:53.110+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:08:53.110+0100">
<parentElement elementType="assign" elementName="assignOrderId" elementXPath="/process/sequence[1]/assign[2]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:08:53.110+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[2]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:08:53.110+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[2]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:09:21.345+0100">
<containingElement elementType="partnerLink" elementName="OrderPL" elementXPath="/process/partnerLinks[1]/partnerLink[3]"/>
<attribute attributeName="name" oldValue="OrderPL" newValue="OrderPLa"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:09:23.374+0100">
<containingElement elementType="partnerLink" elementName="OrderPLa" elementXPath="/process/partnerLinks[1]/partnerLink[3]"/>
<attribute attributeName="name" oldValue="OrderPLa" newValue="OrderPL"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:11:54.852+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<newElement elementType="invoke" elementName="" elementXPath="/process/sequence[1]/invoke[2]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:11:54.872+0100">
<containingElement elementType="invoke" elementName="" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="name" oldValue="" newValue="Invoke"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:12:01.962+0100">
<containingElement elementType="invoke" elementName="Invoke" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="name" oldValue="Invoke" newValue="storeOrderDetails"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:12:37.047+0100">
<containingElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="partnerLink" oldValue="" newValue="OrderPL"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:12:37.063+0100">
<containingElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="operation" oldValue="" newValue="calcOrderCosts"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:12:37.078+0100">
<containingElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="operation" oldValue="calcOrderCosts"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:12:37.093+0100">
<containingElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="portType" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:12:43.205+0100">
<containingElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="operation" oldValue="" newValue="storeOrderDetails"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:12:43.225+0100">
<containingElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="portType" oldValue="" newValue="ns:OrderPortType"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:12:50.226+0100">
<containingElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="inputVariable" oldValue="" newValue="storeOrderDetailsRequest"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:12:53.355+0100">
<containingElement elementType="invoke" elementName="storeOrderDetails" elementXPath="/process/sequence[1]/invoke[2]"/>
<attribute attributeName="outputVariable" oldValue="" newValue="storeOrderDetailsResponse"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:13:00.208+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<newElement elementType="assign" elementName="" elementXPath="/process/sequence[1]/assign[2]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:13:00.223+0100">
<containingElement elementType="assign" elementName="" elementXPath="/process/sequence[1]/assign[2]"/>
<attribute attributeName="name" oldValue="" newValue="Assign"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:13:06.081+0100">
<containingElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[2]"/>
<attribute attributeName="name" oldValue="Assign" newValue="assignOrderDetails"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:13:11.154+0100">
<parentElement elementType="assign" elementName="assignOrderDetails" elementXPath="/process/sequence[1]/assign[2]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:13:11.230+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:13:11.299+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:13:18.354+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:13:18.355+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:13:18.356+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:13:18.358+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue="" newValue="storeOrderDetailsInput"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:13:18.364+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue="" newValue="storeOrderDetailsRequest"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:13:19.897+0100">
<parentElement elementType="assign" elementName="assignOrderDetails" elementXPath="/process/sequence[1]/assign[2]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:13:19.915+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:13:19.931+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:13:19.972+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:13:19.972+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:13:19.985+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:13:19.985+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:13:25.974+0100">
<parentElement elementType="assign" elementName="assignOrderDetails" elementXPath="/process/sequence[1]/assign[2]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:13:25.974+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<oldElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:13:25.974+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:21:05.441+0100">
<parentElement elementType="sequence" elementName="main" elementXPath="/process/sequence[1]"/>
<newElement elementType="assign" elementName="" elementXPath="/process/sequence[1]/assign[3]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:21:05.449+0100">
<containingElement elementType="assign" elementName="" elementXPath="/process/sequence[1]/assign[3]"/>
<attribute attributeName="name" oldValue="" newValue="Assign"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:21:15.780+0100">
<containingElement elementType="assign" elementName="Assign" elementXPath="/process/sequence[1]/assign[3]"/>
<attribute attributeName="name" oldValue="Assign" newValue="assignOrderID"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:21:25.212+0100">
<parentElement elementType="assign" elementName="assignOrderID" elementXPath="/process/sequence[1]/assign[3]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:21:25.282+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:21:25.348+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:21:31.959+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:21:31.961+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:21:31.962+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:21:31.963+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
<attribute attributeName="part" oldValue="" newValue="storeOrderDetailsOutput"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:21:31.970+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
<attribute attributeName="variable" oldValue="" newValue="storeOrderDetailsResponse"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:21:34.655+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:21:34.656+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:21:34.657+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:21:34.659+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue="" newValue="payload"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:21:34.666+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue="" newValue="output"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:21:36.296+0100">
<parentElement elementType="assign" elementName="assignOrderID" elementXPath="/process/sequence[1]/assign[3]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:21:36.317+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:21:36.339+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:21:36.361+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:21:36.361+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:21:36.374+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:21:36.374+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[3]/copy[1]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="LiteralRemoved" timestamp="2016-11-10T19:37:34.394+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
<attribute attributeName="literal" oldValue="&lt;tns:storeOrderDetails xmlns:tns=&quot;http://iaas.uni-stuttgart.de/labs/FlowSOG&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;>&#xD;&#xA; &lt;tns:orderId>tns:orderId&lt;/tns:orderId>&#xD;&#xA; &lt;tns:customerId>tns:customerId&lt;/tns:customerId>&#xD;&#xA; &lt;tns:products>&#xD;&#xA; &lt;tns:product>&#xD;&#xA; &lt;tns:productId>tns:productId&lt;/tns:productId>&#xD;&#xA; &lt;tns:numberOfItems>0&lt;/tns:numberOfItems>&#xD;&#xA; &lt;/tns:product>&#xD;&#xA; &lt;/tns:products>&#xD;&#xA; &lt;tns:shippingAddress>tns:shippingAddress&lt;/tns:shippingAddress>&#xD;&#xA; &lt;tns:paymentDetails>&#xD;&#xA; &lt;tns:bankName>tns:bankName&lt;/tns:bankName>&#xD;&#xA; &lt;tns:bankAddress>tns:bankAddress&lt;/tns:bankAddress>&#xD;&#xA; &lt;tns:accountNumber>tns:accountNumber&lt;/tns:accountNumber>&#xD;&#xA; &lt;tns:accountHolderName>tns:accountHolderName&lt;/tns:accountHolderName>&#xD;&#xA; &lt;/tns:paymentDetails>&#xD;&#xA; &lt;tns:status>ordered&lt;/tns:status>&#xD;&#xA;&lt;/tns:storeOrderDetails>&#xD;&#xA;"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="LiteralAdded" timestamp="2016-11-10T19:37:34.396+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
<attribute attributeName="literal" newValue="&lt;tns:storeOrderDetails xmlns:tns=&quot;http://iaas.uni-stuttgart.de/labs/FlowSOG&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;>&#xD;&#xA; &lt;tns:orderId>&lt;/tns:orderId>&#xD;&#xA; &lt;tns:customerId>&lt;/tns:customerId>&#xD;&#xA; &lt;tns:products>&#xD;&#xA; &lt;tns:product>&#xD;&#xA; &lt;tns:productId>tns:productId&lt;/tns:productId>&#xD;&#xA; &lt;tns:numberOfItems>0&lt;/tns:numberOfItems>&#xD;&#xA; &lt;/tns:product>&#xD;&#xA; &lt;/tns:products>&#xD;&#xA; &lt;tns:shippingAddress>tns:shippingAddress&lt;/tns:shippingAddress>&#xD;&#xA; &lt;tns:paymentDetails>&#xD;&#xA; &lt;tns:bankName>tns:bankName&lt;/tns:bankName>&#xD;&#xA; &lt;tns:bankAddress>tns:bankAddress&lt;/tns:bankAddress>&#xD;&#xA; &lt;tns:accountNumber>tns:accountNumber&lt;/tns:accountNumber>&#xD;&#xA; &lt;tns:accountHolderName>tns:accountHolderName&lt;/tns:accountHolderName>&#xD;&#xA; &lt;/tns:paymentDetails>&#xD;&#xA; &lt;tns:status>ordered&lt;/tns:status>&#xD;&#xA;&lt;/tns:storeOrderDetails>&#xD;&#xA;"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="TextChanged" timestamp="2016-11-10T19:38:06.821+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[1]/copy[3]/from[1]"/>
<attribute attributeName="text" oldValue="number(10)" newValue="number(1)"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:38:06.827+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[1]/copy[3]/from[1]"/>
<attribute attributeName="expressionLanguage" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:38:06.836+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[1]/copy[3]/from[1]"/>
<attribute attributeName="expressionLanguage" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="LiteralRemoved" timestamp="2016-11-10T19:39:29.352+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
<attribute attributeName="literal" oldValue="&lt;tns:storeOrderDetails xmlns:tns=&quot;http://iaas.uni-stuttgart.de/labs/FlowSOG&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;>&#xD;&#xA; &lt;tns:orderId/>&#xD;&#xA; &lt;tns:customerId/>&#xD;&#xA; &lt;tns:products>&#xD;&#xA; &lt;tns:product>&#xD;&#xA; &lt;tns:productId>tns:productId&lt;/tns:productId>&#xD;&#xA; &lt;tns:numberOfItems>0&lt;/tns:numberOfItems>&#xD;&#xA; &lt;/tns:product>&#xD;&#xA; &lt;/tns:products>&#xD;&#xA; &lt;tns:shippingAddress>tns:shippingAddress&lt;/tns:shippingAddress>&#xD;&#xA; &lt;tns:paymentDetails>&#xD;&#xA; &lt;tns:bankName>tns:bankName&lt;/tns:bankName>&#xD;&#xA; &lt;tns:bankAddress>tns:bankAddress&lt;/tns:bankAddress>&#xD;&#xA; &lt;tns:accountNumber>tns:accountNumber&lt;/tns:accountNumber>&#xD;&#xA; &lt;tns:accountHolderName>tns:accountHolderName&lt;/tns:accountHolderName>&#xD;&#xA; &lt;/tns:paymentDetails>&#xD;&#xA; &lt;tns:status>ordered&lt;/tns:status>&#xD;&#xA;&lt;/tns:storeOrderDetails>"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="LiteralAdded" timestamp="2016-11-10T19:39:29.352+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
<attribute attributeName="literal" newValue="&lt;tns:storeOrderDetails xmlns:tns=&quot;http://iaas.uni-stuttgart.de/labs/FlowSOG&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;>&#xD;&#xA; &lt;tns:orderId/>&#xD;&#xA; &lt;tns:customerId/>&#xD;&#xA; &lt;tns:products>&#xD;&#xA; &lt;tns:product>&#xD;&#xA; &lt;tns:productId>tns:productId&lt;/tns:productId>&#xD;&#xA; &lt;tns:numberOfItems>0&lt;/tns:numberOfItems>&#xD;&#xA; &lt;/tns:product>&#xD;&#xA; &lt;/tns:products>&#xD;&#xA; &lt;tns:shippingAddress>tns:shippingAddress&lt;/tns:shippingAddress>&#xD;&#xA; &lt;tns:paymentDetails>&#xD;&#xA; &lt;tns:bankName>tns:bankName&lt;/tns:bankName>&#xD;&#xA; &lt;tns:bankAddress>tns:bankAddress&lt;/tns:bankAddress>&#xD;&#xA; &lt;tns:accountNumber>tns:accountNumber&lt;/tns:accountNumber>&#xD;&#xA; &lt;tns:accountHolderName>tns:accountHolderName&lt;/tns:accountHolderName>&#xD;&#xA; &lt;/tns:paymentDetails>&#xD;&#xA;&lt;/tns:storeOrderDetails>"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="LiteralRemoved" timestamp="2016-11-10T19:39:33.761+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
<attribute attributeName="literal" oldValue="&lt;tns:storeOrderDetails xmlns:tns=&quot;http://iaas.uni-stuttgart.de/labs/FlowSOG&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;>&#xD;&#xA; &lt;tns:orderId/>&#xD;&#xA; &lt;tns:customerId/>&#xD;&#xA; &lt;tns:products>&#xD;&#xA; &lt;tns:product>&#xD;&#xA; &lt;tns:productId>tns:productId&lt;/tns:productId>&#xD;&#xA; &lt;tns:numberOfItems>0&lt;/tns:numberOfItems>&#xD;&#xA; &lt;/tns:product>&#xD;&#xA; &lt;/tns:products>&#xD;&#xA; &lt;tns:shippingAddress>tns:shippingAddress&lt;/tns:shippingAddress>&#xD;&#xA; &lt;tns:paymentDetails>&#xD;&#xA; &lt;tns:bankName>tns:bankName&lt;/tns:bankName>&#xD;&#xA; &lt;tns:bankAddress>tns:bankAddress&lt;/tns:bankAddress>&#xD;&#xA; &lt;tns:accountNumber>tns:accountNumber&lt;/tns:accountNumber>&#xD;&#xA; &lt;tns:accountHolderName>tns:accountHolderName&lt;/tns:accountHolderName>&#xD;&#xA; &lt;/tns:paymentDetails>&#xD;&#xA;&lt;/tns:storeOrderDetails>"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="LiteralAdded" timestamp="2016-11-10T19:39:33.762+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
<attribute attributeName="literal" newValue="&lt;tns:storeOrderDetails xmlns:tns=&quot;http://iaas.uni-stuttgart.de/labs/FlowSOG&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;>&#xD;&#xA; &lt;tns:orderId/>&#xD;&#xA; &lt;tns:customerId/>&#xD;&#xA; &lt;tns:products>&#xD;&#xA; &lt;tns:product>&#xD;&#xA; &lt;tns:productId>tns:productId&lt;/tns:productId>&#xD;&#xA; &lt;tns:numberOfItems>0&lt;/tns:numberOfItems>&#xD;&#xA; &lt;/tns:product>&#xD;&#xA; &lt;/tns:products>&#xD;&#xA; &lt;tns:shippingAddress>tns:shippingAddress&lt;/tns:shippingAddress>&#xD;&#xA; &lt;tns:paymentDetails>&#xD;&#xA; &lt;tns:bankName>tns:bankName&lt;/tns:bankName>&#xD;&#xA; &lt;tns:bankAddress>tns:bankAddress&lt;/tns:bankAddress>&#xD;&#xA; &lt;tns:accountNumber>tns:accountNumber&lt;/tns:accountNumber>&#xD;&#xA; &lt;tns:accountHolderName>tns:accountHolderName&lt;/tns:accountHolderName>&#xD;&#xA; &lt;/tns:paymentDetails>&#xD;&#xA;&lt;/tns:storeOrderDetails>"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:42:42.155+0100">
<parentElement elementType="assign" elementName="assignOrderDetails" elementXPath="/process/sequence[1]/assign[2]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:42:42.217+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:42:42.229+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:42:53.476+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]/from[1]"/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:42:53.477+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]/from[1]"/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:42:53.479+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]/from[1]"/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:42:53.481+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]/from[1]"/>
<attribute attributeName="variable" oldValue="" newValue="input"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:43:54.426+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:43:54.427+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:43:54.429+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:43:54.430+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue="" newValue="storeOrderDetailsInput"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:43:54.435+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue="" newValue="storeOrderDetailsRequest"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:44:13.324+0100">
<parentElement elementType="assign" elementName="assignOrderDetails" elementXPath="/process/sequence[1]/assign[2]"/>
<oldElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:44:13.324+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<oldElement elementType="to" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]/to[1]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementRemoved" timestamp="2016-11-10T19:44:13.324+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<oldElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]/from[1]"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="LiteralRemoved" timestamp="2016-11-10T19:44:35.326+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
<attribute attributeName="literal" oldValue="&lt;tns:storeOrderDetails xmlns:tns=&quot;http://iaas.uni-stuttgart.de/labs/FlowSOG&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;>&#xD;&#xA; &lt;tns:orderId/>&#xD;&#xA; &lt;tns:customerId/>&#xD;&#xA; &lt;tns:products>&#xD;&#xA; &lt;tns:product>&#xD;&#xA; &lt;tns:productId>tns:productId&lt;/tns:productId>&#xD;&#xA; &lt;tns:numberOfItems>0&lt;/tns:numberOfItems>&#xD;&#xA; &lt;/tns:product>&#xD;&#xA; &lt;/tns:products>&#xD;&#xA; &lt;tns:shippingAddress>tns:shippingAddress&lt;/tns:shippingAddress>&#xD;&#xA; &lt;tns:paymentDetails>&#xD;&#xA; &lt;tns:bankName>tns:bankName&lt;/tns:bankName>&#xD;&#xA; &lt;tns:bankAddress>tns:bankAddress&lt;/tns:bankAddress>&#xD;&#xA; &lt;tns:accountNumber>tns:accountNumber&lt;/tns:accountNumber>&#xD;&#xA; &lt;tns:accountHolderName>tns:accountHolderName&lt;/tns:accountHolderName>&#xD;&#xA; &lt;/tns:paymentDetails>&#xD;&#xA;&lt;/tns:storeOrderDetails>"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="LiteralAdded" timestamp="2016-11-10T19:44:35.326+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[1]/from[1]"/>
<attribute attributeName="literal" newValue="&lt;tns:storeOrderDetails xmlns:tns=&quot;http://iaas.uni-stuttgart.de/labs/FlowSOG&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;>&#xD;&#xA; &lt;tns:orderId/>&#xD;&#xA; &lt;tns:customerId/>&#xD;&#xA; &lt;tns:products>&#xD;&#xA; &lt;tns:product>&#xD;&#xA; &lt;tns:productId>tns:productId&lt;/tns:productId>&#xD;&#xA; &lt;tns:numberOfItems>1&lt;/tns:numberOfItems>&#xD;&#xA; &lt;/tns:product>&#xD;&#xA; &lt;/tns:products>&#xD;&#xA; &lt;tns:shippingAddress>tns:shippingAddress&lt;/tns:shippingAddress>&#xD;&#xA; &lt;tns:paymentDetails>&#xD;&#xA; &lt;tns:bankName>tns:bankName&lt;/tns:bankName>&#xD;&#xA; &lt;tns:bankAddress>tns:bankAddress&lt;/tns:bankAddress>&#xD;&#xA; &lt;tns:accountNumber>tns:accountNumber&lt;/tns:accountNumber>&#xD;&#xA; &lt;tns:accountHolderName>tns:accountHolderName&lt;/tns:accountHolderName>&#xD;&#xA; &lt;/tns:paymentDetails>&#xD;&#xA;&lt;/tns:storeOrderDetails>"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:44:36.880+0100">
<parentElement elementType="assign" elementName="assignOrderDetails" elementXPath="/process/sequence[1]/assign[2]"/>
<newElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:44:36.895+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<newElement elementType="from" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:StructuralChange" changeReason="ElementAdded" timestamp="2016-11-10T19:44:36.909+0100">
<parentElement elementType="copy" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]"/>
<newElement elementType="to" elementName=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:44:47.327+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]/from[1]"/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:44:47.328+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]/from[1]"/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:44:47.329+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]/from[1]"/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:44:47.331+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]/from[1]"/>
<attribute attributeName="part" oldValue="" newValue="listProductsOutput"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:44:47.336+0100">
<containingElement elementType="from" elementName="" elementXPath="/process/sequence[1]/assign[2]/copy[2]/from[1]"/>
<attribute attributeName="variable" oldValue="" newValue="listProductsResponse"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:44:51.518+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:44:51.519+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:44:51.521+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="property" oldValue=""/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:44:51.524+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="part" oldValue="" newValue="storeOrderDetailsInput"/>
</modelChange>
<modelChange xsi:type="bplog:ValueChange" changeReason="AttributeChanged" timestamp="2016-11-10T19:44:51.529+0100">
<containingElement elementType="to" elementName=""/>
<attribute attributeName="variable" oldValue="" newValue="storeOrderDetailsRequest"/>
</modelChange>
</bplog:Log> </bplog:Log>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03" xmlns:FlowSOG="http://iaas.uni-stuttgart.de/labs/FlowSOG" xmlns:pns="group12"> <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03" xmlns:FlowSOG="http://iaas.uni-stuttgart.de/labs/FlowSOG" xmlns:group12="group12">
<process name="pns:ConductOrder84"> <process name="group12:ConductOrder84">
<metaData> <metaData>
<mdProperty name="version" value="21"/> <mdProperty name="version" value="54"/>
</metaData> </metaData>
<active>true</active> <active>true</active>
<retired>false</retired> <retired>false</retired>
<process-events generate="all"/> <process-events generate="all"/>
<provide partnerLink="client"> <provide partnerLink="client">
<service name="pns:ConductOrder84Service" port="ConductOrder84Port"/> <service name="group12:ConductOrder84Service" port="ConductOrder84Port"/>
</provide> </provide>
<invoke partnerLink="InventoryPL"> <invoke partnerLink="InventoryPL">
<service name="FlowSOG:InventoryService" port="InventoryPort"/> <service name="FlowSOG:InventoryService" port="InventoryPort"/>
</invoke> </invoke>
<invoke partnerLink="OrderPL"> <invoke partnerLink="OrderPL">
<service name="FlowSOG:OrderService" port="OrderPort"/> <service name="FlowSOG:OrderService" port="OrderPort"/>
</invoke> </invoke>
</process> </process>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment