BPMN:Ordering process

From Discourse DB
Revision as of 12:39, June 29, 2020 by Yaron Koren (talk | contribs) (Added text)
Jump to navigation Jump to search
<?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_1" isExecutable="false">
    <bpmn:startEvent id="StartEvent_1">
      <bpmn:outgoing>SequenceFlow_0t60w84</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:exclusiveGateway id="ExclusiveGateway_0wfq6lu">
      <bpmn:incoming>SequenceFlow_0t60w84</bpmn:incoming>
    </bpmn:exclusiveGateway>
    <bpmn:sequenceFlow id="SequenceFlow_0t60w84" sourceRef="StartEvent_1" targetRef="ExclusiveGateway_0wfq6lu" />
    <bpmn:textAnnotation id="TextAnnotation_1ykcg3i" />
    <bpmn:association id="Association_0oqeqzc" sourceRef="ExclusiveGateway_0wfq6lu" targetRef="TextAnnotation_1ykcg3i" />
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
        <dc:Bounds x="173" y="102" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ExclusiveGateway_0wfq6lu_di" bpmnElement="ExclusiveGateway_0wfq6lu" isMarkerVisible="true">
        <dc:Bounds x="265" y="95" width="50" height="50" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0t60w84_di" bpmnElement="SequenceFlow_0t60w84">
        <di:waypoint x="209" y="120" />
        <di:waypoint x="265" y="120" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="TextAnnotation_1ykcg3i_di" bpmnElement="TextAnnotation_1ykcg3i">
        <dc:Bounds x="320" y="10" width="100" height="30" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="Association_0oqeqzc_di" bpmnElement="Association_0oqeqzc">
        <di:waypoint x="301" y="106" />
        <di:waypoint x="357" y="40" />
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>