BPMN:Ship order

From Discourse DB
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_0n36fcs</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1hdjae2">
      <bpmn:incoming>SequenceFlow_0n36fcs</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_10dyfk1</bpmn:outgoing>
    </bpmn:intermediateThrowEvent>
    <bpmn:sequenceFlow id="SequenceFlow_0n36fcs" sourceRef="StartEvent_1" targetRef="IntermediateThrowEvent_1hdjae2" />
    <bpmn:exclusiveGateway id="ExclusiveGateway_0lhfj0q">
      <bpmn:incoming>SequenceFlow_10dyfk1</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_1gqhvnp</bpmn:outgoing>
    </bpmn:exclusiveGateway>
    <bpmn:sequenceFlow id="SequenceFlow_10dyfk1" sourceRef="IntermediateThrowEvent_1hdjae2" targetRef="ExclusiveGateway_0lhfj0q" />
    <bpmn:task id="Task_00z2a83" name="Ship!">
      <bpmn:incoming>SequenceFlow_1gqhvnp</bpmn:incoming>
    </bpmn:task>
    <bpmn:sequenceFlow id="SequenceFlow_1gqhvnp" sourceRef="ExclusiveGateway_0lhfj0q" targetRef="Task_00z2a83" />
  </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="IntermediateThrowEvent_1hdjae2_di" bpmnElement="IntermediateThrowEvent_1hdjae2">
        <dc:Bounds x="262" y="102" width="36" height="36" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0n36fcs_di" bpmnElement="SequenceFlow_0n36fcs">
        <di:waypoint x="209" y="120" />
        <di:waypoint x="262" y="120" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ExclusiveGateway_0lhfj0q_di" bpmnElement="ExclusiveGateway_0lhfj0q" isMarkerVisible="true">
        <dc:Bounds x="355" y="95" width="50" height="50" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_10dyfk1_di" bpmnElement="SequenceFlow_10dyfk1">
        <di:waypoint x="298" y="120" />
        <di:waypoint x="355" y="120" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="Task_00z2a83_di" bpmnElement="Task_00z2a83">
        <dc:Bounds x="470" y="80" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1gqhvnp_di" bpmnElement="SequenceFlow_1gqhvnp">
        <di:waypoint x="405" y="120" />
        <di:waypoint x="470" y="120" />
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>