User: maximryzhov88@yandex.ru clicked save for playground/rmgi/complex/service.bpmn
This commit is contained in:
parent
162d2246af
commit
6484909760
|
@ -2,6 +2,13 @@
|
|||
<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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" 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_o02h16r" name="Пример использования внешнего сервиса" isExecutable="true">
|
||||
<bpmn:documentation>Процесс получает данные из внешнего сервиса через АПИ и в следующей задаче отображает их пользователю.</bpmn:documentation>
|
||||
<bpmn:ioSpecification>
|
||||
<bpmn:dataInput id="DataInput-54855333-1" />
|
||||
<bpmn:inputSet>
|
||||
<bpmn:dataInputRefs>DataInput-54855333-1</bpmn:dataInputRefs>
|
||||
</bpmn:inputSet>
|
||||
<bpmn:outputSet />
|
||||
</bpmn:ioSpecification>
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_0740w4f</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
|
@ -24,6 +31,11 @@
|
|||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0740w4f</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_15nz4sd</bpmn:outgoing>
|
||||
<bpmn:property id="Property_1h15cjz" name="__targetRef_placeholder" />
|
||||
<bpmn:dataInputAssociation id="DataInputAssociation_1vnyxx4">
|
||||
<bpmn:sourceRef>DataObjectReference_1gighxu</bpmn:sourceRef>
|
||||
<bpmn:targetRef>Property_1h15cjz</bpmn:targetRef>
|
||||
</bpmn:dataInputAssociation>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:sequenceFlow id="Flow_1eds99n" sourceRef="Activity_1ly2rek" targetRef="Event_085wz5e" />
|
||||
<bpmn:userTask id="Activity_1ly2rek" name="Редактирование результатов">
|
||||
|
@ -41,6 +53,9 @@
|
|||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_o02h16r">
|
||||
<bpmndi:BPMNShape id="DataInput-54855333-1DI" bpmnElement="DataInput-54855333-1">
|
||||
<dc:Bounds x="-28" y="-165" width="36" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="112" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
|
@ -55,6 +70,12 @@
|
|||
<dc:Bounds x="390" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_1gighxu_di" bpmnElement="DataObjectReference_1gighxu">
|
||||
<dc:Bounds x="112" y="-35" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="105" y="22" width="51" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0740w4f_di" bpmnElement="Flow_0740w4f">
|
||||
<di:waypoint x="148" y="177" />
|
||||
<di:waypoint x="210" y="177" />
|
||||
|
@ -69,12 +90,10 @@
|
|||
<di:waypoint x="490" y="177" />
|
||||
<di:waypoint x="532" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_1gighxu_di" bpmnElement="DataObjectReference_1gighxu">
|
||||
<dc:Bounds x="112" y="-35" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="105" y="22" width="51" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="DataInputAssociation_1vnyxx4_di" bpmnElement="DataInputAssociation_1vnyxx4">
|
||||
<di:waypoint x="147" y="15" />
|
||||
<di:waypoint x="232" y="137" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
|
Loading…
Reference in New Issue