BPMN:Zombie state diagram

From ZAMN Hacking
<?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_0cqn7b8</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:task id="Task_0pev8n4" name="Wandering">
      <bpmn:incoming>SequenceFlow_0cqn7b8</bpmn:incoming>
      <bpmn:incoming>SequenceFlow_0rsrs56</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_12kgoae</bpmn:outgoing>
      <bpmn:outgoing>SequenceFlow_1rnmzso</bpmn:outgoing>
    </bpmn:task>
    <bpmn:sequenceFlow id="SequenceFlow_0cqn7b8" sourceRef="StartEvent_1" targetRef="Task_0pev8n4" />
    <bpmn:task id="Task_06covh3" name="Following&#10;wall">
      <bpmn:incoming>SequenceFlow_12kgoae</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_0m2t5vo</bpmn:outgoing>
    </bpmn:task>
    <bpmn:task id="Task_0wupqqj" name="Targeting">
      <bpmn:incoming>SequenceFlow_1rnmzso</bpmn:incoming>
      <bpmn:incoming>SequenceFlow_0m2t5vo</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_0rsrs56</bpmn:outgoing>
    </bpmn:task>
    <bpmn:sequenceFlow id="SequenceFlow_12kgoae" name="Touches wall" sourceRef="Task_0pev8n4" targetRef="Task_06covh3" />
    <bpmn:sequenceFlow id="SequenceFlow_1rnmzso" sourceRef="Task_0pev8n4" targetRef="Task_0wupqqj" />
    <bpmn:sequenceFlow id="SequenceFlow_0m2t5vo" name="Within 64/159 pixels of a targetable sprite" sourceRef="Task_06covh3" targetRef="Task_0wupqqj" />
    <bpmn:sequenceFlow id="SequenceFlow_0rsrs56" name="No targetable sprite within 69/179 pixels" sourceRef="Task_0wupqqj" targetRef="Task_0pev8n4" />
  </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="Task_0pev8n4_di" bpmnElement="Task_0pev8n4">
        <dc:Bounds x="280" y="80" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0cqn7b8_di" bpmnElement="SequenceFlow_0cqn7b8">
        <di:waypoint x="209" y="120" />
        <di:waypoint x="280" y="120" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="Task_06covh3_di" bpmnElement="Task_06covh3">
        <dc:Bounds x="480" y="80" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="Task_0wupqqj_di" bpmnElement="Task_0wupqqj">
        <dc:Bounds x="380" y="270" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_12kgoae_di" bpmnElement="SequenceFlow_12kgoae">
        <di:waypoint x="380" y="120" />
        <di:waypoint x="480" y="120" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="397" y="102" width="66" height="14" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1rnmzso_di" bpmnElement="SequenceFlow_1rnmzso">
        <di:waypoint x="330" y="160" />
        <di:waypoint x="330" y="195" />
        <di:waypoint x="430" y="195" />
        <di:waypoint x="430" y="270" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0m2t5vo_di" bpmnElement="SequenceFlow_0m2t5vo">
        <di:waypoint x="530" y="160" />
        <di:waypoint x="530" y="195" />
        <di:waypoint x="430" y="195" />
        <di:waypoint x="430" y="270" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="440" y="213" width="80" height="40" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0rsrs56_di" bpmnElement="SequenceFlow_0rsrs56">
        <di:waypoint x="380" y="310" />
        <di:waypoint x="310" y="310" />
        <di:waypoint x="310" y="160" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="235" y="240" width="69" height="40" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>