User Tools

Site Tools


last_wills

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
last_wills [2024/10/11 17:54] adminlast_wills [2024/10/30 18:40] (current) – [Edit diagram] admin
Line 1: Line 1:
 +Wills
 +[[https://www.wikidata.org/wiki/Q155656|Wills in Wikidata]]
 +
 +Here is an example of how process in execution of a will works
 +
 +
 <bpmnio type="bpmn"> <bpmnio type="bpmn">
 <?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
-<definitions +<definitions xmlns="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/DIid="definitions_1" exporter="Camunda Modeler" exporterVersion="5.13.0"> 
-    xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" +  <process id="Process_1isExecutable="false"> 
-    xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" +    <startEvent id="startname="Person passes away"> 
-    xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" +      <outgoing>start-task1</outgoing> 
-    xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" +    </startEvent> 
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance+    <task id="task1" name="File original will with clerk"
-    id="sid-38422fae-e03e-43a3-bef4-bd33b32041b2+      <incoming>start-task1</incoming> 
-    targetNamespace="http://bpmn.io/bpmnexporter="http://bpmn.ioexporterVersion="0.10.1"> +      <outgoing>task1-task2</outgoing
-    <collaboration id="Collaboration_1oh70al"> +    </task> 
-        <participant id="Participant_1r8g02m" name="Add a BPMN diagram" processRef="Process_1" /> +    <task id="task2" name="Petition court to be qualified as executor"> 
-    </collaboration+      <incoming>task1-task2</incoming> 
-    <process id="Process_1isExecutable="false"> +      <outgoing>task2-exclusive1</outgoing> 
-        <startEvent id="StartEvent_1" name="Start"> +    </task> 
-        <outgoing>SequenceFlow_1</outgoing> +    <exclusiveGateway id="exclusive1" name="Petition approved?"
-        </startEvent+      <incoming>task2-exclusive1</incoming> 
-        <task id="Task_1" name="Do Something"> +      <outgoing>exclusive1-task3</outgoing> 
-        <incoming>SequenceFlow_1</incoming> +      <outgoing>exclusive1-task7</outgoing
-        <incoming>SequenceFlow_121ul2c</incoming+    </exclusiveGateway
-        <incoming>SequenceFlow_0nuwads</incoming> +    <task id="task3name="Appoint as executor"> 
-        <outgoing>SequenceFlow_2</outgoing> +      <incoming>exclusive1-task3</incoming> 
-        </task> +      <outgoing>task3-task4</outgoing> 
-        <exclusiveGateway id="ExclusiveGateway_1" name="Result OK" gatewayDirection="Diverging"> +    </task> 
-        <incoming>SequenceFlow_2</incoming> +    <task id="task4" name="Marshal assets"> 
-        <outgoing>SequenceFlow_0snv4kp</outgoing+      <incoming>task3-task4</incoming> 
-        <outgoing>SequenceFlow_0nuwads</outgoing> +      <outgoing>task4-task5</outgoing> 
-        </exclusiveGateway+    </task
-        <task id="Task_17knw8l" name="Monitor"> +    <task id="task5" name="Review and pay debts"> 
-        <outgoing>SequenceFlow_121ul2c</outgoing> +      <incoming>task4-task5</incoming> 
-        </task> +      <outgoing>task5-task6</outgoing
-        <endEvent id="EndEvent_0oj7l6x" name="End"> +    </task> 
-        <incoming>SequenceFlow_0snv4kp</incoming> +    <task id="task6" name="Prepare for distribution"> 
-        </endEvent> +      <incoming>task5-task6</incoming> 
-        <sequenceFlow id="SequenceFlow_1name="" sourceRef="StartEvent_1" targetRef="Task_1" /> +      <outgoing>task6-end1</outgoing> 
-        <sequenceFlow id="SequenceFlow_121ul2c" sourceRef="Task_17knw8l" targetRef="Task_1" /> +    </task> 
-        <sequenceFlow id="SequenceFlow_0nuwads" name="No" sourceRef="ExclusiveGateway_1" targetRef="Task_1" /> +    <endEvent id="end1" name="Estate administration complete"> 
-        <sequenceFlow id="SequenceFlow_2" sourceRef="Task_1" targetRef="ExclusiveGateway_1" /> +      <incoming>task6-end1</incoming> 
-        <sequenceFlow id="SequenceFlow_0snv4kp" name="Yes" sourceRef="ExclusiveGateway_1" targetRef="EndEvent_0oj7l6x" /> +    </endEvent> 
-    </process> +    <task id="task7" name="Deny appointment"> 
-        <bpmndi:BPMNDiagram id="BpmnDiagram_1"> +      <incoming>exclusive1-task7</incoming
-        <bpmndi:BPMNPlane id="BpmnPlane_1" bpmnElement="Collaboration_1oh70al"> +      <outgoing>task7-task8</outgoing> 
-        <bpmndi:BPMNShape id="Participant_1r8g02m_di" bpmnElement="Participant_1r8g02m"> +    </task
-            <omgdc:Bounds x="104" y="78" width="668" height="297" /> +    <task id="task8" name="Appoint alternative executor"> 
-        </bpmndi:BPMNShape> +      <incoming>task7-task8</incoming> 
-        <bpmndi:BPMNShape id="StartEvent_1_gui" bpmnElement="StartEvent_1"> +      <outgoing>task8-end2</outgoing> 
-            <omgdc:Bounds x="242" y="187" width="30" height="30" /> +    </task> 
-            <bpmndi:BPMNLabel+    <endEvent id="end2" name="Alternative executor appointed"> 
-            <omgdc:Bounds x="212" y="219" width="90" height="22" /> +      <incoming>task8-end2</incoming> 
-            </bpmndi:BPMNLabel> +    </endEvent> 
-        </bpmndi:BPMNShape> +    <sequenceFlow id="start-task1sourceRef="start" targetRef="task1" /> 
-        <bpmndi:BPMNShape id="Task_1_gui" bpmnElement="Task_1"> +    <sequenceFlow id="task1-task2" sourceRef="task1" targetRef="task2" /> 
-            <omgdc:Bounds x="340" y="162" width="100" height="80" /> +    <sequenceFlow id="task2-exclusive1" sourceRef="task2" targetRef="exclusive1" /> 
-            <bpmndi:BPMNLabel> +    <sequenceFlow id="task3-task4" sourceRef="task3" targetRef="task4" /> 
-            <omgdc:Bounds x="118.85714721679688" y="47" width="82.28570556640625" height="12" /> +    <sequenceFlow id="task4-task5" sourceRef="task4" targetRef="task5" /> 
-            </bpmndi:BPMNLabel> +    <sequenceFlow id="task5-task6" sourceRef="task5" targetRef="task6" /> 
-        </bpmndi:BPMNShape> +    <sequenceFlow id="task6-end1" sourceRef="task6" targetRef="end1" /> 
-        <bpmndi:BPMNShape id="ExclusiveGateway_1_gui" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true"> +    <sequenceFlow id="exclusive1-task3" name="If approved" sourceRef="exclusive1" targetRef="task3" /> 
-            <omgdc:Bounds x="508" y="182" width="40" height="40" /> +    <sequenceFlow id="task7-task8" sourceRef="task7" targetRef="task8" /> 
-            <bpmndi:BPMNLabel+    <sequenceFlow id="task8-end2" sourceRef="task8" targetRef="end2" /> 
-            <omgdc:Bounds x="483" y="234" width="90" height="24" /> +    <sequenceFlow id="exclusive1-task7" name="If not approved" sourceRef="exclusive1" targetRef="task7" /> 
-            </bpmndi:BPMNLabel+    <exclusiveGateway id="exclusive1-join" /> 
-        </bpmndi:BPMNShape> +  </process> 
-        <bpmndi:BPMNShape id="Task_17knw8l_di" bpmnElement="Task_17knw8l"> +  <bpmndi:BPMNDiagram id="BPMNDiagram_Process_1"> 
-            <omgdc:Bounds x="340" y="275" width="100" height="80" /> +    <bpmndi:BPMNPlane id="BPMNPlane_Process_1" bpmnElement="Process_1"> 
-        </bpmndi:BPMNShape> +      <bpmndi:BPMNShape id="start_di" bpmnElement="start"> 
-        <bpmndi:BPMNShape id="EndEvent_0oj7l6x_di" bpmnElement="EndEvent_0oj7l6x"> +        <dc:Bounds x="177" y="122" width="36" height="36" /> 
-            <omgdc:Bounds x="648" y="184" width="36" height="36" /> +        <bpmndi:BPMNLabel> 
-            <bpmndi:BPMNLabel> +          <dc:Bounds x="159" y="158" width="73" height="27" /> 
-            <omgdc:Bounds x="621" y="220" width="90" height="20" /> +        </bpmndi:BPMNLabel> 
-            </bpmndi:BPMNLabel> +      </bpmndi:BPMNShape> 
-        </bpmndi:BPMNShape> +      <bpmndi:BPMNShape id="task1_di" bpmnElement="task1"> 
-        <bpmndi:BPMNEdge id="SequenceFlow_1_gui" bpmnElement="SequenceFlow_1"> +        <dc:Bounds x="295" y="100" width="100" height="80" /> 
-            <omgdi:waypoint xsi:type="omgdc:Point" x="272" y="202" /> +      </bpmndi:BPMNShape
-            <omgdi:waypoint xsi:type="omgdc:Point" x="340" y="202" /> +      <bpmndi:BPMNShape id="task2_di" bpmnElement="task2"> 
-            <bpmndi:BPMNLabel> +        <dc:Bounds x="445" y="100" width="100" height="80" /> 
-            <omgdc:Bounds x="225" y="140" width="90" height="20" /> +      </bpmndi:BPMNShape> 
-            </bpmndi:BPMNLabel> +      <bpmndi:BPMNShape id="exclusive1_di" bpmnElement="exclusive1" isMarkerVisible="true"> 
-        </bpmndi:BPMNEdge+        <dc:Bounds x="620" y="115" width="50" height="50" /> 
-        <bpmndi:BPMNEdge id="SequenceFlow_121ul2c_di" bpmnElement="SequenceFlow_121ul2c"> +        <bpmndi:BPMNLabel> 
-            <omgdi:waypoint xsi:type="omgdc:Point" x="390" y="275" /> +          <dc:Bounds x="619" y="78" width="52" height="27" /> 
-            <omgdi:waypoint xsi:type="omgdc:Point" x="390" y="242" /> +        </bpmndi:BPMNLabel> 
-            <bpmndi:BPMNLabel+      </bpmndi:BPMNShape> 
-            <omgdc:Bounds x="358y="273width="90height="20" /> +      <bpmndi:BPMNShape id="task3_di" bpmnElement="task3"> 
-            </bpmndi:BPMNLabel+        <dc:Bounds x="745" y="100" width="100" height="80" /> 
-        </bpmndi:BPMNEdge> +      </bpmndi:BPMNShape
-        <bpmndi:BPMNEdge id="SequenceFlow_0nuwads_di" bpmnElement="SequenceFlow_0nuwads"> +      <bpmndi:BPMNShape id="task4_di" bpmnElement="task4"> 
-            <omgdi:waypoint xsi:type="omgdc:Point" x="528" y="182" /> +        <dc:Bounds x="895" y="100" width="100" height="80" /> 
-            <omgdi:waypoint xsi:type="omgdc:Point" x="528" y="110" /> +      </bpmndi:BPMNShape> 
-            <omgdi:waypoint xsi:type="omgdc:Point" x="390" y="110" /> +      <bpmndi:BPMNShape id="task5_di" bpmnElement="task5"
-            <omgdi:waypoint xsi:type="omgdc:Point" x="390" y="162" /> +        <dc:Bounds x="1045" y="100" width="100" height="80" /> 
-            <bpmndi:BPMNLabel+      </bpmndi:BPMNShape> 
-            <omgdc:Bounds x="495y="140width="90height="20" /> +      <bpmndi:BPMNShape id="task6_di" bpmnElement="task6"> 
-            </bpmndi:BPMNLabel+        <dc:Bounds x="1195" y="100" width="100" height="80" /> 
-        </bpmndi:BPMNEdge> +      </bpmndi:BPMNShape> 
-        <bpmndi:BPMNEdge id="SequenceFlow_2_di" bpmnElement="SequenceFlow_2"> +      <bpmndi:BPMNShape id="end1_di" bpmnElement="end1"> 
-            <omgdi:waypoint xsi:type="omgdc:Point" x="440" y="202" /> +        <dc:Bounds x="1377" y="122" width="36" height="36" /> 
-            <omgdi:waypoint xsi:type="omgdc:Point" x="508" y="202" /> +        <bpmndi:BPMNLabel> 
-            <bpmndi:BPMNLabel> +          <dc:Bounds x="1361" y="158" width="69" height="40" /> 
-            <omgdc:Bounds x="433" y="192" width="90" height="20" /> +        </bpmndi:BPMNLabel> 
-            </bpmndi:BPMNLabel> +      </bpmndi:BPMNShape> 
-        </bpmndi:BPMNEdge> +      <bpmndi:BPMNShape id="task7_di" bpmnElement="task7"> 
-        <bpmndi:BPMNEdge id="SequenceFlow_0snv4kp_di" bpmnElement="SequenceFlow_0snv4kp"> +        <dc:Bounds x="595" y="250" width="100" height="80" /> 
-            <omgdi:waypoint xsi:type="omgdc:Point" x="548" y="202" /> +      </bpmndi:BPMNShape> 
-            <omgdi:waypoint xsi:type="omgdc:Point" x="648" y="202" /> +      <bpmndi:BPMNShape id="task8_di" bpmnElement="task8"> 
-            <bpmndi:BPMNLabel> +        <dc:Bounds x="895" y="250" width="100" height="80" /> 
-            <omgdc:Bounds x="550" y="183" width="90" height="20" /> +      </bpmndi:BPMNShape> 
-            </bpmndi:BPMNLabel> +      <bpmndi:BPMNShape id="exclusive1-join_di" bpmnElement="exclusive1-join" isMarkerVisible="true"> 
-        </bpmndi:BPMNEdge> +        <dc:Bounds x="1520" y="115" width="50" height="50" /> 
-        </bpmndi:BPMNPlane> +      </bpmndi:BPMNShape> 
-    </bpmndi:BPMNDiagram>+      <bpmndi:BPMNShape id="end2_di" bpmnElement="end2"> 
 +        <dc:Bounds x="1077" y="272" width="36" height="36" /> 
 +        <bpmndi:BPMNLabel> 
 +          <dc:Bounds x="1074" y="320" width="52" height="40" /> 
 +        </bpmndi:BPMNLabel> 
 +      </bpmndi:BPMNShape
 +      <bpmndi:BPMNEdge id="start-task1_di" bpmnElement="start-task1"> 
 +        <di:waypoint x="213" y="140" /> 
 +        <di:waypoint x="295" y="140" /> 
 +      </bpmndi:BPMNEdge
 +      <bpmndi:BPMNEdge id="task1-task2_dibpmnElement="task1-task2"
 +        <di:waypoint x="395y="140" /> 
 +        <di:waypoint x="445" y="140" /
 +      </bpmndi:BPMNEdge> 
 +      <bpmndi:BPMNEdge id="task2-exclusive1_di" bpmnElement="task2-exclusive1"> 
 +        <di:waypoint x="545y="140" /> 
 +        <di:waypoint x="620" y="140" /> 
 +      </bpmndi:BPMNEdge> 
 +      <bpmndi:BPMNEdge id="task3-task4_dibpmnElement="task3-task4"> 
 +        <di:waypoint x="845" y="140" /> 
 +        <di:waypoint x="895" y="140" /> 
 +      </bpmndi:BPMNEdge> 
 +      <bpmndi:BPMNEdge id="task4-task5_di" bpmnElement="task4-task5"> 
 +        <di:waypoint x="995" y="140" /> 
 +        <di:waypoint x="1045" y="140" /> 
 +      </bpmndi:BPMNEdge
 +      <bpmndi:BPMNEdge id="task5-task6_dibpmnElement="task5-task6"
 +        <di:waypoint x="1145y="140" /> 
 +        <di:waypoint x="1195" y="140" /
 +      </bpmndi:BPMNEdge> 
 +      <bpmndi:BPMNEdge id="task6-end1_di" bpmnElement="task6-end1"> 
 +        <di:waypoint x="1295y="140" /> 
 +        <di:waypoint x="1377" y="140" /> 
 +      </bpmndi:BPMNEdge> 
 +      <bpmndi:BPMNEdge id="exclusive1-task3_di" bpmnElement="exclusive1-task3"> 
 +        <di:waypoint x="670" y="140" /> 
 +        <di:waypoint x="745" y="140" /> 
 +        <bpmndi:BPMNLabel> 
 +          <dc:Bounds x="680" y="115" width="56" height="14" /> 
 +        </bpmndi:BPMNLabel> 
 +      </bpmndi:BPMNEdge> 
 +      <bpmndi:BPMNEdge id="task7-task8_di" bpmnElement="task7-task8"> 
 +        <di:waypoint x="695" y="290" /> 
 +        <di:waypoint x="895" y="290" /> 
 +      </bpmndi:BPMNEdge> 
 +      <bpmndi:BPMNEdge id="task8-end2_di" bpmnElement="task8-end2"> 
 +        <di:waypoint x="995" y="290" /> 
 +        <di:waypoint x="1077" y="290" /> 
 +      </bpmndi:BPMNEdge> 
 +      <bpmndi:BPMNEdge id="exclusive1-task7_di" bpmnElement="exclusive1-task7"> 
 +        <di:waypoint x="645" y="165" /> 
 +        <di:waypoint x="645" y="250" /> 
 +        <bpmndi:BPMNLabel> 
 +          <dc:Bounds x="553" y="194" width="74" height="14" /> 
 +        </bpmndi:BPMNLabel> 
 +      </bpmndi:BPMNEdge> 
 +    </bpmndi:BPMNPlane> 
 +  </bpmndi:BPMNDiagram>
 </definitions> </definitions>
 </bpmnio> </bpmnio>
  
last_wills.1728669241.txt.gz · Last modified: 2024/10/11 17:54 by admin