Skip to content

Commit

Permalink
add version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ingorichtsmeier committed Oct 17, 2017
1 parent ceb2819 commit 38f1874
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions examples/invoice/src/main/resources/invoice.v1.bpmn
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:signavio="http://www.signavio.com" id="sid-0b0aaa25-3baf-4875-9d7a-0907d599a9ef" targetNamespace="http://www.omg.org/spec/BPMN/20100524/MODEL" exporter="Camunda Modeler" exporterVersion="1.2.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
<definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:signavio="http://www.signavio.com" id="sid-0b0aaa25-3baf-4875-9d7a-0907d599a9ef" targetNamespace="http://www.omg.org/spec/BPMN/20100524/MODEL" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
<dataStore id="FinancialAccountingSystem" name="Financial Accounting System" isUnlimited="false">
<dataState id="DataState_1" />
</dataStore>
<message id="foxMessage_en" name="foxMessage_en" />
<collaboration id="collaboration_3">
<participant id="Process_Engine_1" name="Invoice Receipt" processRef="invoice" />
</collaboration>
<process id="invoice" name="Invoice Receipt" isExecutable="true">
<process id="invoice" name="Invoice Receipt" isExecutable="true" camunda:versionTag="V1.0">
<laneSet id="laneSet_5">
<lane id="Approver" name="Approver">
<flowNodeRef>approveInvoice</flowNodeRef>
Expand All @@ -23,8 +23,8 @@
</lane>
<lane id="Accountant" name="Accountant">
<flowNodeRef>prepareBankTransfer</flowNodeRef>
<flowNodeRef>ServiceTask_1</flowNodeRef>
<flowNodeRef>invoiceProcessed</flowNodeRef>
<flowNodeRef>ServiceTask_1</flowNodeRef>
</lane>
</laneSet>
<userTask id="approveInvoice" name="Approve Invoice" camunda:formKey="embedded:app:forms/approve-invoice.html" camunda:candidateGroups="${approverGroups}" camunda:dueDate="${dateTime().plusWeeks(1).toDate()}">
Expand Down Expand Up @@ -114,16 +114,16 @@
<bpmndi:BPMNDiagram id="BPMNDiagram_73">
<bpmndi:BPMNPlane id="BPMNPlane_73" bpmnElement="collaboration_3">
<bpmndi:BPMNShape id="Process_Engine_1_gui" bpmnElement="Process_Engine_1" isHorizontal="true">
<omgdc:Bounds x="0" y="0" width="1108" height="486" />
<omgdc:Bounds x="-10" y="-10" width="1118" height="496" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Freigebender_105_gui" bpmnElement="Approver" isHorizontal="true">
<omgdc:Bounds x="30" y="182" width="1078" height="161" />
<omgdc:Bounds x="20" y="182" width="1088" height="161" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Team-Assistenz_110_gui" bpmnElement="teamAssistant" isHorizontal="true">
<omgdc:Bounds x="30" y="0" width="1078" height="183" />
<omgdc:Bounds x="20" y="-10" width="1088" height="193" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Buchhaltung_119_gui" bpmnElement="Accountant" isHorizontal="true">
<omgdc:Bounds x="30" y="342" width="1078" height="144" />
<omgdc:Bounds x="20" y="342" width="1088" height="144" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Rechnung_freigeben_125_gui" bpmnElement="approveInvoice" isHorizontal="true">
<omgdc:Bounds x="353" y="224" width="100" height="80" />
Expand Down
4 changes: 2 additions & 2 deletions examples/invoice/src/main/resources/invoice.v2.bpmn
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:signavio="http://www.signavio.com" id="sid-0b0aaa25-3baf-4875-9d7a-0907d599a9ef" targetNamespace="http://www.omg.org/spec/BPMN/20100524/MODEL" exporter="Camunda Modeler" exporterVersion="1.2.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
<definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:signavio="http://www.signavio.com" id="sid-0b0aaa25-3baf-4875-9d7a-0907d599a9ef" targetNamespace="http://www.omg.org/spec/BPMN/20100524/MODEL" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
<dataStore id="FinancialAccountingSystem" name="Financial Accounting System" isUnlimited="false">
<dataState id="DataState_1" />
</dataStore>
<message id="foxMessage_en" name="foxMessage_en" />
<collaboration id="collaboration_3">
<participant id="Process_Engine_1" name="Invoice Receipt" processRef="invoice" />
</collaboration>
<process id="invoice" name="Invoice Receipt" isExecutable="true">
<process id="invoice" name="Invoice Receipt" isExecutable="true" camunda:versionTag="V2.0">
<laneSet id="laneSet_5">
<lane id="Approver" name="Approver">
<flowNodeRef>approveInvoice</flowNodeRef>
Expand Down

0 comments on commit 38f1874

Please sign in to comment.