User: maximryzhov88@yandex.ru clicked save for playground/rmgi/duedil/duedil.bpmn
This commit is contained in:
parent
5d9aac7750
commit
acb28b1781
|
@ -9,9 +9,9 @@
|
|||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>The process instance completed successfully.</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_12pkbxb</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0sdnnjh</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_12pkbxb" sourceRef="Activity_0qpzdpu" targetRef="EndEvent_1" />
|
||||
<bpmn:sequenceFlow id="Flow_12pkbxb" sourceRef="Activity_0qpzdpu" targetRef="Gateway_1ctvscx" />
|
||||
<bpmn:serviceTask id="Activity_0qpzdpu" name="Создание модели проверки">
|
||||
<bpmn:documentation>В БД создаётся модель проверки
|
||||
с ИНН или внутренним ID, но без полей данных</bpmn:documentation>
|
||||
|
@ -27,27 +27,55 @@ You can also change the text you are reading here by updating the *Instructions*
|
|||
<bpmn:incoming>Flow_17db3yp</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_12pkbxb</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:exclusiveGateway id="Gateway_1ctvscx">
|
||||
<bpmn:incoming>Flow_12pkbxb</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0sdnnjh</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_01zhghr</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0sdnnjh" sourceRef="Gateway_1ctvscx" targetRef="EndEvent_1" />
|
||||
<bpmn:sequenceFlow id="Flow_01zhghr" sourceRef="Gateway_1ctvscx" targetRef="Activity_0o9zsat" />
|
||||
<bpmn:subProcess id="Activity_0o9zsat" name="Стандартная проверка">
|
||||
<bpmn:incoming>Flow_01zhghr</bpmn:incoming>
|
||||
</bpmn:subProcess>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_duedil_mttumse">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
|
||||
<dc:Bounds x="432" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_10gvvdg_di" bpmnElement="Activity_0qpzdpu">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
|
||||
<dc:Bounds x="922" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1ctvscx_di" bpmnElement="Gateway_1ctvscx" isMarkerVisible="true">
|
||||
<dc:Bounds x="455" y="152" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1o43kly_di" bpmnElement="Activity_0o9zsat">
|
||||
<dc:Bounds x="430" y="360" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_17db3yp_di" bpmnElement="Flow_17db3yp">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_12pkbxb_di" bpmnElement="Flow_12pkbxb">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="432" y="177" />
|
||||
<di:waypoint x="455" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0sdnnjh_di" bpmnElement="Flow_0sdnnjh">
|
||||
<di:waypoint x="505" y="177" />
|
||||
<di:waypoint x="922" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_01zhghr_di" bpmnElement="Flow_01zhghr">
|
||||
<di:waypoint x="480" y="202" />
|
||||
<di:waypoint x="480" y="360" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1tja8l6">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1udyh0s" bpmnElement="Activity_0o9zsat" />
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
|
Loading…
Reference in New Issue