2024-01-18 06:24:02 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<bpmn:definitions 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_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
|
|
|
<bpmn:process id="Process_mdlngap" isExecutable="true">
|
|
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
|
|
<bpmn:outgoing>Flow_1ciywxa</bpmn:outgoing>
|
|
|
|
</bpmn:startEvent>
|
|
|
|
<bpmn:sequenceFlow id="Flow_1ciywxa" sourceRef="StartEvent_1" targetRef="Activity_0yeq3sn" />
|
2024-01-18 06:29:15 +00:00
|
|
|
<bpmn:scriptTask id="Activity_0yeq3sn" name="Set x, y, z">
|
2024-01-18 06:24:02 +00:00
|
|
|
<bpmn:incoming>Flow_1ciywxa</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_1dw9j6h</bpmn:outgoing>
|
2024-01-18 06:25:07 +00:00
|
|
|
<bpmn:script>x = 0
|
|
|
|
y = 0
|
|
|
|
z = 0</bpmn:script>
|
2024-01-18 06:24:02 +00:00
|
|
|
</bpmn:scriptTask>
|
|
|
|
<bpmn:parallelGateway id="Gateway_1yb43q3">
|
|
|
|
<bpmn:incoming>Flow_1dw9j6h</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_1nzl0zf</bpmn:outgoing>
|
|
|
|
<bpmn:outgoing>Flow_1kldmb2</bpmn:outgoing>
|
|
|
|
</bpmn:parallelGateway>
|
|
|
|
<bpmn:sequenceFlow id="Flow_1dw9j6h" sourceRef="Activity_0yeq3sn" targetRef="Gateway_1yb43q3" />
|
2024-01-18 06:29:15 +00:00
|
|
|
<bpmn:scriptTask id="Activity_08ej4qp" name="Inc X, Y">
|
2024-01-18 06:24:02 +00:00
|
|
|
<bpmn:incoming>Flow_1kldmb2</bpmn:incoming>
|
2024-01-18 06:27:52 +00:00
|
|
|
<bpmn:outgoing>Flow_12903kv</bpmn:outgoing>
|
2024-01-18 06:25:07 +00:00
|
|
|
<bpmn:script>x += 1
|
|
|
|
y += 1</bpmn:script>
|
2024-01-18 06:24:02 +00:00
|
|
|
</bpmn:scriptTask>
|
2024-01-18 06:29:15 +00:00
|
|
|
<bpmn:scriptTask id="Activity_1ihl7vk" name="Inc X, Z">
|
2024-01-18 06:24:02 +00:00
|
|
|
<bpmn:incoming>Flow_1nzl0zf</bpmn:incoming>
|
2024-01-18 06:27:52 +00:00
|
|
|
<bpmn:outgoing>Flow_0pkeo5b</bpmn:outgoing>
|
2024-01-18 06:25:07 +00:00
|
|
|
<bpmn:script>x += 1
|
|
|
|
z += 1</bpmn:script>
|
2024-01-18 06:24:02 +00:00
|
|
|
</bpmn:scriptTask>
|
|
|
|
<bpmn:sequenceFlow id="Flow_1nzl0zf" sourceRef="Gateway_1yb43q3" targetRef="Activity_1ihl7vk" />
|
|
|
|
<bpmn:sequenceFlow id="Flow_1kldmb2" sourceRef="Gateway_1yb43q3" targetRef="Activity_08ej4qp" />
|
|
|
|
<bpmn:endEvent id="Event_1321njr">
|
2024-01-18 06:35:47 +00:00
|
|
|
<bpmn:incoming>Flow_135mnvn</bpmn:incoming>
|
2024-01-18 06:24:02 +00:00
|
|
|
</bpmn:endEvent>
|
2024-01-18 06:27:52 +00:00
|
|
|
<bpmn:sequenceFlow id="Flow_0pkeo5b" sourceRef="Activity_1ihl7vk" targetRef="Gateway_16gpo6z" />
|
|
|
|
<bpmn:sequenceFlow id="Flow_12903kv" sourceRef="Activity_08ej4qp" targetRef="Gateway_16gpo6z" />
|
2024-01-18 06:35:47 +00:00
|
|
|
<bpmn:sequenceFlow id="Flow_1f54ie9" sourceRef="Gateway_16gpo6z" targetRef="Activity_18ddkc4" />
|
|
|
|
<bpmn:sequenceFlow id="Flow_135mnvn" sourceRef="Activity_18ddkc4" targetRef="Event_1321njr" />
|
|
|
|
<bpmn:scriptTask id="Activity_18ddkc4">
|
|
|
|
<bpmn:incoming>Flow_1f54ie9</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_135mnvn</bpmn:outgoing>
|
|
|
|
</bpmn:scriptTask>
|
2024-01-18 06:36:29 +00:00
|
|
|
<bpmn:parallelGateway id="Gateway_16gpo6z">
|
|
|
|
<bpmn:incoming>Flow_0pkeo5b</bpmn:incoming>
|
|
|
|
<bpmn:incoming>Flow_12903kv</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_1f54ie9</bpmn:outgoing>
|
|
|
|
</bpmn:parallelGateway>
|
2024-01-18 06:24:02 +00:00
|
|
|
</bpmn:process>
|
|
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_mdlngap">
|
|
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
|
|
<dc:Bounds x="179" y="159" width="36" height="36" />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="Activity_0pknopz_di" bpmnElement="Activity_0yeq3sn">
|
|
|
|
<dc:Bounds x="260" y="137" width="100" height="80" />
|
|
|
|
<bpmndi:BPMNLabel />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="Gateway_0qgq822_di" bpmnElement="Gateway_1yb43q3">
|
|
|
|
<dc:Bounds x="405" y="152" width="50" height="50" />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="BPMNShape_0gwxjs5" bpmnElement="Activity_08ej4qp">
|
2024-01-18 06:26:24 +00:00
|
|
|
<dc:Bounds x="470" y="10" width="100" height="80" />
|
2024-01-18 06:24:02 +00:00
|
|
|
<bpmndi:BPMNLabel />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="BPMNShape_1tgkwhy" bpmnElement="Activity_1ihl7vk">
|
2024-01-18 06:26:24 +00:00
|
|
|
<dc:Bounds x="480" y="270" width="100" height="80" />
|
2024-01-18 06:24:02 +00:00
|
|
|
<bpmndi:BPMNLabel />
|
|
|
|
</bpmndi:BPMNShape>
|
2024-01-18 06:35:47 +00:00
|
|
|
<bpmndi:BPMNShape id="Event_1321njr_di" bpmnElement="Event_1321njr">
|
|
|
|
<dc:Bounds x="1002" y="159" width="36" height="36" />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="Activity_1gj56o3_di" bpmnElement="Activity_18ddkc4">
|
|
|
|
<dc:Bounds x="780" y="137" width="100" height="80" />
|
|
|
|
</bpmndi:BPMNShape>
|
2024-01-18 06:36:29 +00:00
|
|
|
<bpmndi:BPMNShape id="Gateway_10jba0j_di" bpmnElement="Gateway_16gpo6z">
|
|
|
|
<dc:Bounds x="675" y="152" width="50" height="50" />
|
|
|
|
</bpmndi:BPMNShape>
|
2024-01-18 06:24:02 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_1ciywxa_di" bpmnElement="Flow_1ciywxa">
|
|
|
|
<di:waypoint x="215" y="177" />
|
|
|
|
<di:waypoint x="260" y="177" />
|
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_1dw9j6h_di" bpmnElement="Flow_1dw9j6h">
|
|
|
|
<di:waypoint x="360" y="177" />
|
|
|
|
<di:waypoint x="405" y="177" />
|
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_1nzl0zf_di" bpmnElement="Flow_1nzl0zf">
|
|
|
|
<di:waypoint x="430" y="202" />
|
2024-01-18 06:26:24 +00:00
|
|
|
<di:waypoint x="430" y="310" />
|
|
|
|
<di:waypoint x="480" y="310" />
|
2024-01-18 06:24:02 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_1kldmb2_di" bpmnElement="Flow_1kldmb2">
|
|
|
|
<di:waypoint x="430" y="152" />
|
2024-01-18 06:26:24 +00:00
|
|
|
<di:waypoint x="430" y="50" />
|
|
|
|
<di:waypoint x="470" y="50" />
|
2024-01-18 06:24:02 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
2024-01-18 06:27:52 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_0pkeo5b_di" bpmnElement="Flow_0pkeo5b">
|
|
|
|
<di:waypoint x="580" y="310" />
|
|
|
|
<di:waypoint x="700" y="310" />
|
|
|
|
<di:waypoint x="700" y="202" />
|
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_12903kv_di" bpmnElement="Flow_12903kv">
|
2024-01-18 06:26:24 +00:00
|
|
|
<di:waypoint x="570" y="50" />
|
|
|
|
<di:waypoint x="700" y="50" />
|
2024-01-18 06:27:52 +00:00
|
|
|
<di:waypoint x="700" y="152" />
|
2024-01-18 06:26:24 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
2024-01-18 06:27:52 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_1f54ie9_di" bpmnElement="Flow_1f54ie9">
|
|
|
|
<di:waypoint x="725" y="177" />
|
2024-01-18 06:35:47 +00:00
|
|
|
<di:waypoint x="780" y="177" />
|
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_135mnvn_di" bpmnElement="Flow_135mnvn">
|
|
|
|
<di:waypoint x="880" y="177" />
|
|
|
|
<di:waypoint x="1002" y="177" />
|
2024-01-18 06:24:02 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
</bpmndi:BPMNPlane>
|
|
|
|
</bpmndi:BPMNDiagram>
|
|
|
|
</bpmn:definitions>
|