126 lines
6.9 KiB
XML
126 lines
6.9 KiB
XML
<?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:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_05089qd" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.41.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.8.0">
|
|
<bpmn:process id="createSatelliteMission" isExecutable="true">
|
|
<bpmn:endEvent id="endSatelliteMission">
|
|
<bpmn:incoming>Flow_15fg4ts</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_0i87yhe" sourceRef="calculateSatelliteSurveyMissions" targetRef="calculateSatelliteDropMissions" />
|
|
<bpmn:sequenceFlow id="Flow_0m0ymgb" sourceRef="sendSatellitePlan" targetRef="satellitePlanAccepted" />
|
|
<bpmn:sequenceFlow id="Flow_0r63sxk" sourceRef="satellitePlanAccepted" targetRef="updatePlanStatus" />
|
|
<bpmn:sequenceFlow id="Flow_105c46r" sourceRef="startSatelliteMission" targetRef="calculateSatelliteSurveyMissions" />
|
|
<bpmn:sequenceFlow id="Flow_141jv88" sourceRef="calculateSatelliteDropMissions" targetRef="sendSatellitePlan" />
|
|
<bpmn:sequenceFlow id="Flow_15fg4ts" sourceRef="updateSlotsStatus" targetRef="endSatelliteMission" />
|
|
<bpmn:sequenceFlow id="Flow_15tmgj4" sourceRef="updatePlanStatus" targetRef="updateSlotsStatus" />
|
|
<bpmn:intermediateCatchEvent id="satellitePlanAccepted">
|
|
<bpmn:incoming>Flow_0m0ymgb</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0r63sxk</bpmn:outgoing>
|
|
<bpmn:messageEventDefinition id="MessageEventDefinition_0wt6aih" messageRef="Message_1vkej6h" />
|
|
</bpmn:intermediateCatchEvent>
|
|
<bpmn:startEvent id="startSatelliteMission">
|
|
<bpmn:outgoing>Flow_105c46r</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:serviceTask id="updatePlanStatus" name="Обновление статуса плана">
|
|
<bpmn:extensionElements>
|
|
<zeebe:taskDefinition type="updatePlanStatus" />
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0r63sxk</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_15tmgj4</bpmn:outgoing>
|
|
</bpmn:serviceTask>
|
|
<bpmn:serviceTask id="updateSlotsStatus" name="Обновление статуса слотов">
|
|
<bpmn:extensionElements>
|
|
<zeebe:taskDefinition type="updateSlotsStatus" />
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_15tmgj4</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_15fg4ts</bpmn:outgoing>
|
|
</bpmn:serviceTask>
|
|
<bpmn:serviceTask id="sendSatellitePlan" name="Отправка плана в СПО УОГ">
|
|
<bpmn:extensionElements>
|
|
<zeebe:taskDefinition type="sendSatellitePlan" />
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_141jv88</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0m0ymgb</bpmn:outgoing>
|
|
</bpmn:serviceTask>
|
|
<bpmn:serviceTask id="calculateSatelliteDropMissions" name="Сформировать план сбросов">
|
|
<bpmn:extensionElements>
|
|
<zeebe:taskDefinition type="calculateSatelliteDropMissions" retries="3" />
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0i87yhe</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_141jv88</bpmn:outgoing>
|
|
</bpmn:serviceTask>
|
|
<bpmn:serviceTask id="calculateSatelliteSurveyMissions" name="Сформировать план съемки">
|
|
<bpmn:extensionElements>
|
|
<zeebe:taskDefinition type="calculateSatelliteSurveyMissions" retries="3" />
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_105c46r</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0i87yhe</bpmn:outgoing>
|
|
</bpmn:serviceTask>
|
|
</bpmn:process>
|
|
<bpmn:message id="Message_0caslea" />
|
|
<bpmn:message id="Message_39ltke4" />
|
|
<bpmn:message id="Message_0nothk0" />
|
|
<bpmn:message id="Message_1vkej6h" name="Message_SatellitePlanAccepted">
|
|
<bpmn:extensionElements>
|
|
<zeebe:subscription correlationKey="=satellitePlanId" />
|
|
</bpmn:extensionElements>
|
|
</bpmn:message>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="createSatelliteMission">
|
|
<bpmndi:BPMNShape id="Event_08dmvzc_di" bpmnElement="satellitePlanAccepted">
|
|
<dc:Bounds x="752" y="102" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="startSatelliteMission">
|
|
<dc:Bounds x="182" y="102" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0rgmxq5_di" bpmnElement="sendSatellitePlan">
|
|
<dc:Bounds x="590" y="80" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0xhz2da_di" bpmnElement="calculateSatelliteDropMissions">
|
|
<dc:Bounds x="430" y="80" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1o0a7ou_di" bpmnElement="calculateSatelliteSurveyMissions">
|
|
<dc:Bounds x="270" y="80" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1yorqot_di" bpmnElement="updatePlanStatus">
|
|
<dc:Bounds x="840" y="80" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_01df1b7_di" bpmnElement="updateSlotsStatus">
|
|
<dc:Bounds x="1000" y="80" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0ua03fi_di" bpmnElement="endSatelliteMission">
|
|
<dc:Bounds x="1152" y="102" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0i87yhe_di" bpmnElement="Flow_0i87yhe">
|
|
<di:waypoint x="370" y="120" />
|
|
<di:waypoint x="430" y="120" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0m0ymgb_di" bpmnElement="Flow_0m0ymgb">
|
|
<di:waypoint x="690" y="120" />
|
|
<di:waypoint x="752" y="120" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_105c46r_di" bpmnElement="Flow_105c46r">
|
|
<di:waypoint x="218" y="120" />
|
|
<di:waypoint x="270" y="120" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_141jv88_di" bpmnElement="Flow_141jv88">
|
|
<di:waypoint x="530" y="120" />
|
|
<di:waypoint x="590" y="120" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0r63sxk_di" bpmnElement="Flow_0r63sxk">
|
|
<di:waypoint x="788" y="120" />
|
|
<di:waypoint x="840" y="120" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_15fg4ts_di" bpmnElement="Flow_15fg4ts">
|
|
<di:waypoint x="1100" y="120" />
|
|
<di:waypoint x="1152" y="120" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_15tmgj4_di" bpmnElement="Flow_15tmgj4">
|
|
<di:waypoint x="940" y="120" />
|
|
<di:waypoint x="1000" y="120" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|