<?xml version="1.0" encoding="UTF-8"?><bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" 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" targetNamespace="http://www.intra-mart.jp/im_bpm" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <bpmn:process id="ad-hoc-task_usage" name="製品修理業務フロー" activiti:notUseBusinessKey="false" activiti:useAdHocTask="true" activiti:adHocTaskFormKey="ticket:ad-hoc-task_ticket" activiti:candidateStarterUsers="aoyagi" isExecutable="true">
    <bpmn:startEvent id="start-event_1" name="開始"/>
    <bpmn:userTask id="user-task_1" name="受付" activiti:color="bbdefb" activiti:assignee="aoyagi"/>
    <bpmn:subProcess id="sub-process_1" name="調査工程">
      <bpmn:startEvent id="start-event_2" name="開始"/>
      <bpmn:userTask id="user-task_2" name="原因調査" activiti:color="bbdefb" activiti:assignee="aoyagi"/>
      <bpmn:endEvent id="end-event_1" name="終了"/>
      <bpmn:sequenceFlow id="sequence-flow_3" sourceRef="start-event_2" targetRef="user-task_2"/>
      <bpmn:sequenceFlow id="sequence-flow_4" sourceRef="user-task_2" targetRef="end-event_1"/>
    </bpmn:subProcess>
    <bpmn:subProcess id="sub-process_2" name="修理工程">
      <bpmn:startEvent id="start-event_3" name="開始"/>
      <bpmn:userTask id="user-task_3" name="修理作業" activiti:color="bbdefb" activiti:assignee="aoyagi"/>
      <bpmn:endEvent id="end-event_2" name="終了"/>
      <bpmn:sequenceFlow id="sequence-flow_6" sourceRef="start-event_3" targetRef="user-task_3"/>
      <bpmn:sequenceFlow id="sequence-flow_7" sourceRef="user-task_3" targetRef="end-event_2"/>
    </bpmn:subProcess>
    <bpmn:endEvent id="end-event_3" name="終了"/>
    <bpmn:userTask id="user-task_4" name="受け渡し" activiti:color="bbdefb" activiti:assignee="aoyagi"/>
    <bpmn:sequenceFlow id="sequence-flow_1" sourceRef="start-event_1" targetRef="user-task_1"/>
    <bpmn:sequenceFlow id="sequence-flow_2" sourceRef="user-task_1" targetRef="sub-process_1"/>
    <bpmn:sequenceFlow id="sequence-flow_5" sourceRef="sub-process_1" targetRef="sub-process_2"/>
    <bpmn:sequenceFlow id="sequence-flow_8" sourceRef="sub-process_2" targetRef="user-task_4"/>
    <bpmn:sequenceFlow id="sequence-flow_9" sourceRef="user-task_4" targetRef="end-event_3"/>
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_ad-hoc-task_usage">
    <bpmndi:BPMNPlane id="BPMNPlane_ad-hoc-task_usage" bpmnElement="ad-hoc-task_usage">
      <bpmndi:BPMNShape id="BPMNShape_start-event_1" bpmnElement="start-event_1">
        <dc:Bounds x="240" y="200" width="35" height="35"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_user-task_1" bpmnElement="user-task_1">
        <dc:Bounds x="330" y="177.5" width="100" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_sub-process_1" bpmnElement="sub-process_1">
        <dc:Bounds x="510" y="56" width="300" height="323"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_start-event_2" bpmnElement="start-event_2">
        <dc:Bounds x="540" y="200" width="35" height="35"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_user-task_2" bpmnElement="user-task_2">
        <dc:Bounds x="610" y="177.5" width="100" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_end-event_1" bpmnElement="end-event_1">
        <dc:Bounds x="750" y="200" width="35" height="35"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_3" bpmnElement="sequence-flow_3">
        <di:waypoint x="575" y="217.5"/>
        <di:waypoint x="610" y="217.5"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_4" bpmnElement="sequence-flow_4">
        <di:waypoint x="710" y="217.5"/>
        <di:waypoint x="750" y="217.5"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="BPMNShape_sub-process_2" bpmnElement="sub-process_2">
        <dc:Bounds x="910" y="56" width="300" height="323"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_start-event_3" bpmnElement="start-event_3">
        <dc:Bounds x="950" y="200" width="35" height="35"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_user-task_3" bpmnElement="user-task_3">
        <dc:Bounds x="1010" y="177.5" width="100" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_end-event_2" bpmnElement="end-event_2">
        <dc:Bounds x="1150" y="200" width="35" height="35"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_6" bpmnElement="sequence-flow_6">
        <di:waypoint x="985" y="217.5"/>
        <di:waypoint x="1010" y="217.5"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_7" bpmnElement="sequence-flow_7">
        <di:waypoint x="1110" y="217.5"/>
        <di:waypoint x="1150" y="217.5"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="BPMNShape_end-event_3" bpmnElement="end-event_3">
        <dc:Bounds x="1440" y="200" width="35" height="35"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_user-task_4" bpmnElement="user-task_4">
        <dc:Bounds x="1280" y="177.5" width="100" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_1" bpmnElement="sequence-flow_1">
        <di:waypoint x="275" y="217.5"/>
        <di:waypoint x="330" y="217.5"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_2" bpmnElement="sequence-flow_2">
        <di:waypoint x="430" y="217.5"/>
        <di:waypoint x="510" y="217.50000000000003"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_5" bpmnElement="sequence-flow_5">
        <di:waypoint x="810" y="217.50000000000003"/>
        <di:waypoint x="910" y="217.50000000000003"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_8" bpmnElement="sequence-flow_8">
        <di:waypoint x="1210" y="217.5"/>
        <di:waypoint x="1280" y="217.5"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_9" bpmnElement="sequence-flow_9">
        <di:waypoint x="1380" y="217.5"/>
        <di:waypoint x="1440" y="217.5"/>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>