<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" 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" targetNamespace="http://www.intra-mart.jp/im_bpm_tutorial_guide/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <bpmn:collaboration id="Collaboration">
    <bpmn:participant id="swimlane_usage_pool" name="設備修理プロセス" processRef="swimlane_usage"/>
  </bpmn:collaboration>
  <bpmn:process id="swimlane_usage" name="設備修理プロセス" activiti:notUseBusinessKey="false" activiti:candidateStarterGroups="im_bpm_manager" isExecutable="true">
    <bpmn:laneSet id="laneSet_swimlane_usage">
      <bpmn:lane id="swimlane_2" name="修理依頼者">
        <bpmn:flowNodeRef>start-event_1</bpmn:flowNodeRef>
        <bpmn:flowNodeRef>end-event_2</bpmn:flowNodeRef>
      </bpmn:lane>
      <bpmn:lane id="swimlane_3" name="修理受付窓口担当">
        <bpmn:flowNodeRef>exclusive-gateway_1</bpmn:flowNodeRef>
        <bpmn:flowNodeRef>manual-task_2</bpmn:flowNodeRef>
        <bpmn:flowNodeRef>manual-task_6</bpmn:flowNodeRef>
        <bpmn:flowNodeRef>user-task_1</bpmn:flowNodeRef>
      </bpmn:lane>
      <bpmn:lane id="swimlane_4" name="修理担当者">
        <bpmn:flowNodeRef>manual-task_3</bpmn:flowNodeRef>
        <bpmn:flowNodeRef>user-task_2</bpmn:flowNodeRef>
      </bpmn:lane>
    </bpmn:laneSet>
    <bpmn:dataObject id="failure" name="failure" itemSubjectRef="xsd:boolean">
      <bpmn:extensionElements>
        <activiti:value>true</activiti:value>
      </bpmn:extensionElements>
    </bpmn:dataObject>
    <bpmn:startEvent id="start-event_1"/>
    <bpmn:endEvent id="end-event_2"/>
    <bpmn:exclusiveGateway id="exclusive-gateway_1" default="failure_flow"/>
    <bpmn:manualTask id="manual-task_2" name="修理指示" activiti:color="b2dfdb"/>
    <bpmn:manualTask id="manual-task_6" name="修理完了連絡" activiti:color="b2dfdb"/>
    <bpmn:userTask id="user-task_1" name="修理判定" activiti:color="bbdefb" activiti:candidateGroups="im_bpm_manager"/>
    <bpmn:manualTask id="manual-task_3" name="修理実施" activiti:color="b2dfdb"/>
    <bpmn:userTask id="user-task_2" name="修理完了報告" activiti:color="bbdefb" activiti:candidateGroups="im_bpm_manager"/>
    <bpmn:sequenceFlow id="normal_flow" sourceRef="exclusive-gateway_1" targetRef="end-event_2">
      <bpmn:conditionExpression xsi:type="bpmn:tExpression">${!failure}</bpmn:conditionExpression>
    </bpmn:sequenceFlow>
    <bpmn:sequenceFlow id="failure_flow" sourceRef="exclusive-gateway_1" targetRef="manual-task_2"/>
    <bpmn:sequenceFlow id="sequence-flow_9" sourceRef="manual-task_6" targetRef="end-event_2"/>
    <bpmn:sequenceFlow id="sequence-flow_10" sourceRef="start-event_1" targetRef="user-task_1"/>
    <bpmn:sequenceFlow id="sequence-flow_11" sourceRef="user-task_1" targetRef="exclusive-gateway_1"/>
    <bpmn:sequenceFlow id="sequence-flow_5" sourceRef="manual-task_2" targetRef="manual-task_3"/>
    <bpmn:sequenceFlow id="sequence-flow_12" sourceRef="manual-task_3" targetRef="user-task_2"/>
    <bpmn:sequenceFlow id="sequence-flow_13" sourceRef="user-task_2" targetRef="manual-task_6"/>
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_Collaboration">
    <bpmndi:BPMNPlane id="BPMNPlane_Collaboration" bpmnElement="Collaboration">
      <bpmndi:BPMNShape id="BPMNShape_swimlane_usage_pool" bpmnElement="swimlane_usage_pool">
        <dc:Bounds x="115" y="60" width="738" height="390"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_swimlane_2" bpmnElement="swimlane_2">
        <dc:Bounds x="145" y="60" width="708" height="130"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_start-event_1" bpmnElement="start-event_1">
        <dc:Bounds x="253" y="107.5" width="35" height="35"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_end-event_2" bpmnElement="end-event_2">
        <dc:Bounds x="692.5" y="107.5" width="35" height="35"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_swimlane_3" bpmnElement="swimlane_3">
        <dc:Bounds x="145" y="190" width="708" height="130"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_exclusive-gateway_1" bpmnElement="exclusive-gateway_1">
        <dc:Bounds x="390" y="235" width="40" height="40"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_manual-task_2" bpmnElement="manual-task_2">
        <dc:Bounds x="490" y="215" width="100" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_manual-task_6" bpmnElement="manual-task_6">
        <dc:Bounds x="660" y="215" width="100" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_user-task_1" bpmnElement="user-task_1">
        <dc:Bounds x="220.5" y="215" width="100" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_swimlane_4" bpmnElement="swimlane_4">
        <dc:Bounds x="145" y="320" width="708" height="130"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_manual-task_3" bpmnElement="manual-task_3">
        <dc:Bounds x="490" y="345" width="100" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_user-task_2" bpmnElement="user-task_2">
        <dc:Bounds x="660" y="345" width="100" height="80"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_normal_flow" bpmnElement="normal_flow">
        <di:waypoint xsi:type="dc:Point" x="410" y="235"/>
        <di:waypoint xsi:type="dc:Point" x="410" y="125"/>
        <di:waypoint xsi:type="dc:Point" x="692.5" y="125"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_failure_flow" bpmnElement="failure_flow">
        <di:waypoint xsi:type="dc:Point" x="430" y="255"/>
        <di:waypoint xsi:type="dc:Point" x="490" y="255"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_9" bpmnElement="sequence-flow_9">
        <di:waypoint xsi:type="dc:Point" x="710" y="215"/>
        <di:waypoint xsi:type="dc:Point" x="710" y="142.5"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_10" bpmnElement="sequence-flow_10">
        <di:waypoint xsi:type="dc:Point" x="270.5" y="142.5"/>
        <di:waypoint xsi:type="dc:Point" x="270.5" y="215"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_11" bpmnElement="sequence-flow_11">
        <di:waypoint xsi:type="dc:Point" x="320.5" y="255"/>
        <di:waypoint xsi:type="dc:Point" x="390" y="255"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_5" bpmnElement="sequence-flow_5">
        <di:waypoint xsi:type="dc:Point" x="540" y="295"/>
        <di:waypoint xsi:type="dc:Point" x="540" y="345"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_12" bpmnElement="sequence-flow_12">
        <di:waypoint xsi:type="dc:Point" x="590" y="385"/>
        <di:waypoint xsi:type="dc:Point" x="660" y="385"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_13" bpmnElement="sequence-flow_13">
        <di:waypoint xsi:type="dc:Point" x="710" y="345"/>
        <di:waypoint xsi:type="dc:Point" x="710" y="295"/>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>