BPMN:Testdiagramm

Aus Weltenring
Version vom 30. Oktober 2023, 14:27 Uhr von Alcarinque (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „<?xml version="1.0" encoding="UTF-8"?> <bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn"> <bpmn:process id="Process_1kuidrq"> <bpmn:startEvent id="StartEv…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
  <bpmn:process id="Process_1kuidrq">
    <bpmn:startEvent id="StartEvent_0ya3phv" />
    <bpmn:task id="Task_0p39f0z" name="Horst">
      <bpmn:outgoing>SequenceFlow_15rdmfu</bpmn:outgoing>
    </bpmn:task>
    <bpmn:task id="Task_0gpe0i8" name="Junghorst">
      <bpmn:incoming>SequenceFlow_15rdmfu</bpmn:incoming>
    </bpmn:task>
    <bpmn:sequenceFlow id="SequenceFlow_15rdmfu" sourceRef="Task_0p39f0z" targetRef="Task_0gpe0i8" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1kuidrq">
      <bpmndi:BPMNShape id="StartEvent_0ya3phv_di" bpmnElement="StartEvent_0ya3phv">
        <dc:Bounds x="22" y="212" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_0p39f0z_di" bpmnElement="Task_0p39f0z">
        <dc:Bounds x="210" y="50" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_0gpe0i8_di" bpmnElement="Task_0gpe0i8">
        <dc:Bounds x="310" y="190" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_15rdmfu_di" bpmnElement="SequenceFlow_15rdmfu">
        <di:waypoint x="260" y="130" />
        <di:waypoint x="260" y="160" />
        <di:waypoint x="350" y="160" />
        <di:waypoint x="350" y="190" />
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>