<?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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://www.intra-mart.jp/im_bpm_tutorial_guide/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <bpmn:process id="start_event_with_forma" name="開始イベントのフォームにFormaアプリケーションを利用する" activiti:notUseBusinessKey="false" activiti:candidateStarterGroups="im_bpm_manager" isExecutable="true">
    <bpmn:startEvent id="start-event_1" name="開始" activiti:formKey="forma:sample_app_equipment"/>
    <bpmn:endEvent id="end-event_1" name="終了"/>
    <bpmn:sequenceFlow id="sequence-flow_1" sourceRef="start-event_1" targetRef="end-event_1"/>
  </bpmn:process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_start_event_with_forma">
    <bpmndi:BPMNPlane id="BPMNPlane_start_event_with_forma" bpmnElement="start_event_with_forma">
      <bpmndi:BPMNShape id="BPMNShape_start-event_1" bpmnElement="start-event_1">
        <dc:Bounds x="143" y="100" width="35" height="35"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="BPMNShape_end-event_1" bpmnElement="end-event_1">
        <dc:Bounds x="273" y="100" width="35" height="35"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="BPMNEdge_sequence-flow_1" bpmnElement="sequence-flow_1">
        <di:waypoint xsi:type="dc:Point" x="178" y="117.5"/>
        <di:waypoint xsi:type="dc:Point" x="273" y="117.5"/>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>