User: maximryzhov88@yandex.ru added process model file playground/rmgi/complex/process_caller.bpmn
This commit is contained in:
parent
9410d436a5
commit
8765d884cc
|
@ -0,0 +1,38 @@
|
|||
<?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_7urup5g" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1pflbaq</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1pflbaq" sourceRef="StartEvent_1" targetRef="Activity_0m64m3l" />
|
||||
<bpmn:callActivity id="Activity_0m64m3l" calledElement="Process_called">
|
||||
<bpmn:incoming>Flow_1pflbaq</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1eqcm6o</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:endEvent id="Event_0cn1j8y">
|
||||
<bpmn:incoming>Flow_1eqcm6o</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1eqcm6o" sourceRef="Activity_0m64m3l" targetRef="Event_0cn1j8y" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_7urup5g">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-178" y="72" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1cf0h0b_di" bpmnElement="Activity_0m64m3l">
|
||||
<dc:Bounds x="-90" y="50" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0cn1j8y_di" bpmnElement="Event_0cn1j8y">
|
||||
<dc:Bounds x="62" y="72" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1pflbaq_di" bpmnElement="Flow_1pflbaq">
|
||||
<di:waypoint x="-142" y="90" />
|
||||
<di:waypoint x="-90" y="90" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1eqcm6o_di" bpmnElement="Flow_1eqcm6o">
|
||||
<di:waypoint x="10" y="90" />
|
||||
<di:waypoint x="62" y="90" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
Loading…
Reference in New Issue