Next revision | Previous revision |
last_wills [2024/10/11 17:46] – created admin | last_wills [2024/10/30 18:40] (current) – [Edit diagram] admin |
---|
| 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"> |
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> |
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" | <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/DI" id="definitions_1" exporter="Camunda Modeler" exporterVersion="5.13.0"> |
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" | <process id="Process_1" isExecutable="false"> |
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" | <startEvent id="start" name="Person passes away"> |
xmlns:di="http://www.omg.org/spec/DD/20100524/DI" | <outgoing>start-task1</outgoing> |
id="Definitions_1" | </startEvent> |
targetNamespace="http://bpmn.io/schema/bpmn"> | <task id="task1" name="File original will with clerk"> |
<bpmn:process id="WillFilingProcess" isExecutable="false"> | <incoming>start-task1</incoming> |
<bpmn:startEvent id="StartEvent_1" name="Person passes away"> | <outgoing>task1-task2</outgoing> |
<bpmn:outgoing>Flow_1</bpmn:outgoing> | </task> |
</bpmn:startEvent> | <task id="task2" name="Petition court to be qualified as executor"> |
| <incoming>task1-task2</incoming> |
<bpmn:task id="Task_FileWill" name="File original will with clerk"> | <outgoing>task2-exclusive1</outgoing> |
<bpmn:incoming>Flow_1</bpmn:incoming> | </task> |
<bpmn:outgoing>Flow_2</bpmn:outgoing> | <exclusiveGateway id="exclusive1" name="Petition approved?"> |
</bpmn:task> | <incoming>task2-exclusive1</incoming> |
| <outgoing>exclusive1-task3</outgoing> |
<bpmn:task id="Task_PetitionCourt" name="Petition court to be qualified as executor"> | <outgoing>exclusive1-task7</outgoing> |
<bpmn:incoming>Flow_2</bpmn:incoming> | </exclusiveGateway> |
<bpmn:outgoing>Flow_3</bpmn:outgoing> | <task id="task3" name="Appoint as executor"> |
</bpmn:task> | <incoming>exclusive1-task3</incoming> |
| <outgoing>task3-task4</outgoing> |
<bpmn:exclusiveGateway id="Gateway_PetitionApproved" name="Petition approved?"> | </task> |
<bpmn:incoming>Flow_3</bpmn:incoming> | <task id="task4" name="Marshal assets"> |
<bpmn:outgoing>Flow_Approved</bpmn:outgoing> | <incoming>task3-task4</incoming> |
<bpmn:outgoing>Flow_Denied</bpmn:outgoing> | <outgoing>task4-task5</outgoing> |
</bpmn:exclusiveGateway> | </task> |
| <task id="task5" name="Review and pay debts"> |
<bpmn:task id="Task_AppointExecutor" name="Appoint as executor"> | <incoming>task4-task5</incoming> |
<bpmn:incoming>Flow_Approved</bpmn:incoming> | <outgoing>task5-task6</outgoing> |
<bpmn:outgoing>Flow_4</bpmn:outgoing> | </task> |
</bpmn:task> | <task id="task6" name="Prepare for distribution"> |
| <incoming>task5-task6</incoming> |
<bpmn:task id="Task_BeginAdministration" name="Begin estate administration"> | <outgoing>task6-end1</outgoing> |
<bpmn:incoming>Flow_4</bpmn:incoming> | </task> |
<bpmn:outgoing>Flow_5</bpmn:outgoing> | <endEvent id="end1" name="Estate administration complete"> |
</bpmn:task> | <incoming>task6-end1</incoming> |
| </endEvent> |
<bpmn:subProcess id="SubProcess_EstateAdministration" name="Estate Administration"> | <task id="task7" name="Deny appointment"> |
<bpmn:incoming>Flow_5</bpmn:incoming> | <incoming>exclusive1-task7</incoming> |
<bpmn:outgoing>Flow_6</bpmn:outgoing> | <outgoing>task7-task8</outgoing> |
| </task> |
<bpmn:task id="Task_MarshalAssets" name="Marshal assets"/> | <task id="task8" name="Appoint alternative executor"> |
<bpmn:task id="Task_ReviewDebts" name="Review and pay debts"/> | <incoming>task7-task8</incoming> |
<bpmn:task id="Task_PrepareDistribution" name="Prepare for distribution"/> | <outgoing>task8-end2</outgoing> |
</bpmn:subProcess> | </task> |
| <endEvent id="end2" name="Alternative executor appointed"> |
<bpmn:endEvent id="EndEvent_1" name="Estate administration complete"> | <incoming>task8-end2</incoming> |
<bpmn:incoming>Flow_6</bpmn:incoming> | </endEvent> |
</bpmn:endEvent> | <sequenceFlow id="start-task1" sourceRef="start" targetRef="task1" /> |
| <sequenceFlow id="task1-task2" sourceRef="task1" targetRef="task2" /> |
<bpmn:task id="Task_DenyAppointment" name="Deny appointment"> | <sequenceFlow id="task2-exclusive1" sourceRef="task2" targetRef="exclusive1" /> |
<bpmn:incoming>Flow_Denied</bpmn:incoming> | <sequenceFlow id="task3-task4" sourceRef="task3" targetRef="task4" /> |
<bpmn:outgoing>Flow_7</bpmn:outgoing> | <sequenceFlow id="task4-task5" sourceRef="task4" targetRef="task5" /> |
</bpmn:task> | <sequenceFlow id="task5-task6" sourceRef="task5" targetRef="task6" /> |
| <sequenceFlow id="task6-end1" sourceRef="task6" targetRef="end1" /> |
<bpmn:task id="Task_AppointAlternative" name="Appoint alternative executor"> | <sequenceFlow id="exclusive1-task3" name="If approved" sourceRef="exclusive1" targetRef="task3" /> |
<bpmn:incoming>Flow_7</bpmn:incoming> | <sequenceFlow id="task7-task8" sourceRef="task7" targetRef="task8" /> |
<bpmn:outgoing>Flow_8</bpmn:outgoing> | <sequenceFlow id="task8-end2" sourceRef="task8" targetRef="end2" /> |
</bpmn:task> | <sequenceFlow id="exclusive1-task7" name="If not approved" sourceRef="exclusive1" targetRef="task7" /> |
| <exclusiveGateway id="exclusive1-join" /> |
<bpmn:endEvent id="EndEvent_2" name="Alternative executor appointed"> | </process> |
<bpmn:incoming>Flow_8</bpmn:incoming> | <bpmndi:BPMNDiagram id="BPMNDiagram_Process_1"> |
</bpmn:endEvent> | <bpmndi:BPMNPlane id="BPMNPlane_Process_1" bpmnElement="Process_1"> |
| <bpmndi:BPMNShape id="start_di" bpmnElement="start"> |
<bpmn:sequenceFlow id="Flow_1" sourceRef="StartEvent_1" targetRef="Task_FileWill" /> | <dc:Bounds x="177" y="122" width="36" height="36" /> |
<bpmn:sequenceFlow id="Flow_2" sourceRef="Task_FileWill" targetRef="Task_PetitionCourt" /> | <bpmndi:BPMNLabel> |
<bpmn:sequenceFlow id="Flow_3" sourceRef="Task_PetitionCourt" targetRef="Gateway_PetitionApproved" /> | <dc:Bounds x="159" y="158" width="73" height="27" /> |
<bpmn:sequenceFlow id="Flow_Approved" sourceRef="Gateway_PetitionApproved" targetRef="Task_AppointExecutor" name="Yes" /> | </bpmndi:BPMNLabel> |
<bpmn:sequenceFlow id="Flow_Denied" sourceRef="Gateway_PetitionApproved" targetRef="Task_DenyAppointment" name="No" /> | </bpmndi:BPMNShape> |
<bpmn:sequenceFlow id="Flow_4" sourceRef="Task_AppointExecutor" targetRef="Task_BeginAdministration" /> | <bpmndi:BPMNShape id="task1_di" bpmnElement="task1"> |
<bpmn:sequenceFlow id="Flow_5" sourceRef="Task_BeginAdministration" targetRef="SubProcess_EstateAdministration" /> | <dc:Bounds x="295" y="100" width="100" height="80" /> |
<bpmn:sequenceFlow id="Flow_6" sourceRef="SubProcess_EstateAdministration" targetRef="EndEvent_1" /> | </bpmndi:BPMNShape> |
<bpmn:sequenceFlow id="Flow_7" sourceRef="Task_DenyAppointment" targetRef="Task_AppointAlternative" /> | <bpmndi:BPMNShape id="task2_di" bpmnElement="task2"> |
<bpmn:sequenceFlow id="Flow_8" sourceRef="Task_AppointAlternative" targetRef="EndEvent_2" /> | <dc:Bounds x="445" y="100" width="100" height="80" /> |
</bpmn:process> | </bpmndi:BPMNShape> |
</bpmn:definitions> | <bpmndi:BPMNShape id="exclusive1_di" bpmnElement="exclusive1" isMarkerVisible="true"> |
| <dc:Bounds x="620" y="115" width="50" height="50" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="619" y="78" width="52" height="27" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="task3_di" bpmnElement="task3"> |
| <dc:Bounds x="745" y="100" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="task4_di" bpmnElement="task4"> |
| <dc:Bounds x="895" y="100" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="task5_di" bpmnElement="task5"> |
| <dc:Bounds x="1045" y="100" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="task6_di" bpmnElement="task6"> |
| <dc:Bounds x="1195" y="100" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="end1_di" bpmnElement="end1"> |
| <dc:Bounds x="1377" y="122" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <dc:Bounds x="1361" y="158" width="69" height="40" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="task7_di" bpmnElement="task7"> |
| <dc:Bounds x="595" y="250" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="task8_di" bpmnElement="task8"> |
| <dc:Bounds x="895" y="250" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="exclusive1-join_di" bpmnElement="exclusive1-join" isMarkerVisible="true"> |
| <dc:Bounds x="1520" y="115" width="50" height="50" /> |
| </bpmndi:BPMNShape> |
| <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_di" bpmnElement="task1-task2"> |
| <di:waypoint x="395" y="140" /> |
| <di:waypoint x="445" y="140" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="task2-exclusive1_di" bpmnElement="task2-exclusive1"> |
| <di:waypoint x="545" y="140" /> |
| <di:waypoint x="620" y="140" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="task3-task4_di" bpmnElement="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_di" bpmnElement="task5-task6"> |
| <di:waypoint x="1145" y="140" /> |
| <di:waypoint x="1195" y="140" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="task6-end1_di" bpmnElement="task6-end1"> |
| <di:waypoint x="1295" y="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> |
| </bpmnio> |