Hallo
This commit is contained in:
Philipp 2020-05-25 10:35:51 +02:00
parent 05f36cd4e4
commit 43d42b5ba3
2 changed files with 74 additions and 16 deletions

View file

@ -1,16 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.7.3">
<bpmn:process id="Rechnungseingang" name="Rechnungseingang" isExecutable="true">
<bpmn:startEvent id="StartEventProcessStarted" name="Process&#10;started">
<bpmn:outgoing>SequenceFlow1</bpmn:outgoing>
<bpmn:outgoing>Flow_1n9g1wl</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:endEvent id="EndEventProcessEnded" name="Process&#10;ended">
<bpmn:incoming>SequenceFlow1</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="SequenceFlow1" sourceRef="StartEventProcessStarted" targetRef="EndEventProcessEnded" />
<bpmn:sequenceFlow id="Flow_1n9g1wl" sourceRef="StartEventProcessStarted" targetRef="Activity_07btbk2" />
<bpmn:userTask id="Activity_07btbk2" name="test1">
<bpmn:extensionElements>
<camunda:formData>
<camunda:formField id="FormField_1vs8qt4" />
</camunda:formData>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1n9g1wl</bpmn:incoming>
<bpmn:outgoing>Flow_0ovoo8k</bpmn:outgoing>
</bpmn:userTask>
<bpmn:task id="Activity_0n4ih6a" name="x">
<bpmn:incoming>Flow_0ovoo8k</bpmn:incoming>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_0ovoo8k" sourceRef="Activity_07btbk2" targetRef="Activity_0n4ih6a" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Rechnungseingang">
<bpmndi:BPMNEdge id="SequenceFlow_08va5r8_di" bpmnElement="SequenceFlow1">
<di:waypoint x="209" y="120" />
<di:waypoint x="556" y="120" />
<bpmndi:BPMNLabel>
<dc:Bounds x="337.5" y="110" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1n9g1wl_di" bpmnElement="Flow_1n9g1wl">
<di:waypoint x="209" y="120" />
<di:waypoint x="260" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0ovoo8k_di" bpmnElement="Flow_0ovoo8k">
<di:waypoint x="360" y="120" />
<di:waypoint x="420" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEventProcessStarted">
<dc:Bounds x="173" y="102" width="36" height="36" />
</bpmndi:BPMNShape>
@ -20,13 +50,12 @@
<dc:Bounds x="529" y="138" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_08va5r8_di" bpmnElement="SequenceFlow1">
<di:waypoint xsi:type="dc:Point" x="209" y="120" />
<di:waypoint xsi:type="dc:Point" x="556" y="120" />
<bpmndi:BPMNLabel>
<dc:Bounds x="337.5" y="110" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Activity_0htc7jm_di" bpmnElement="Activity_07btbk2">
<dc:Bounds x="260" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0n4ih6a_di" bpmnElement="Activity_0n4ih6a">
<dc:Bounds x="420" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View file

@ -1,16 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.7.3">
<bpmn:process id="Rechnungseingang" name="Rechnungseingang" isExecutable="true">
<bpmn:startEvent id="StartEventProcessStarted" name="Process&#10;started">
<bpmn:outgoing>SequenceFlow1</bpmn:outgoing>
<bpmn:outgoing>Flow_1n9g1wl</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:endEvent id="EndEventProcessEnded" name="Process&#10;ended">
<bpmn:incoming>SequenceFlow1</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="SequenceFlow1" sourceRef="StartEventProcessStarted" targetRef="EndEventProcessEnded" />
<bpmn:sequenceFlow id="Flow_1n9g1wl" sourceRef="StartEventProcessStarted" targetRef="Activity_07btbk2" />
<bpmn:userTask id="Activity_07btbk2" name="test1">
<bpmn:extensionElements>
<camunda:formData>
<camunda:formField id="FormField_1vs8qt4" />
</camunda:formData>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1n9g1wl</bpmn:incoming>
<bpmn:outgoing>Flow_0ovoo8k</bpmn:outgoing>
</bpmn:userTask>
<bpmn:task id="Activity_0n4ih6a" name="x">
<bpmn:incoming>Flow_0ovoo8k</bpmn:incoming>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_0ovoo8k" sourceRef="Activity_07btbk2" targetRef="Activity_0n4ih6a" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Rechnungseingang">
<bpmndi:BPMNEdge id="SequenceFlow_08va5r8_di" bpmnElement="SequenceFlow1">
<di:waypoint x="209" y="120" />
<di:waypoint x="556" y="120" />
<bpmndi:BPMNLabel>
<dc:Bounds x="337.5" y="110" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1n9g1wl_di" bpmnElement="Flow_1n9g1wl">
<di:waypoint x="209" y="120" />
<di:waypoint x="260" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0ovoo8k_di" bpmnElement="Flow_0ovoo8k">
<di:waypoint x="360" y="120" />
<di:waypoint x="420" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEventProcessStarted">
<dc:Bounds x="173" y="102" width="36" height="36" />
</bpmndi:BPMNShape>
@ -20,13 +50,12 @@
<dc:Bounds x="529" y="138" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_08va5r8_di" bpmnElement="SequenceFlow1">
<di:waypoint xsi:type="dc:Point" x="209" y="120" />
<di:waypoint xsi:type="dc:Point" x="556" y="120" />
<bpmndi:BPMNLabel>
<dc:Bounds x="337.5" y="110" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Activity_0htc7jm_di" bpmnElement="Activity_07btbk2">
<dc:Bounds x="260" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0n4ih6a_di" bpmnElement="Activity_0n4ih6a">
<dc:Bounds x="420" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>