mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 21:48:28 +00:00
User: maximryzhov88@yandex.ru clicked save for playground/rmgi/test/test.bpmn
This commit is contained in:
parent
c2f46b0c49
commit
2f6c7f33bb
@ -5,5 +5,5 @@
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": "test.bpmn",
|
||||
"primary_process_id": "Process_xo6lwhv"
|
||||
"primary_process_id": "Process_1isfj9p"
|
||||
}
|
@ -1,62 +1,80 @@
|
||||
<?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: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:collaboration id="Collaboration_0qnewk8" messages="[object Object],[object Object]">
|
||||
<bpmn:participant id="Participant_1dqih55" name="SecurityUser" processRef="Process_xo6lwhv" />
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="Process_xo6lwhv" isExecutable="true">
|
||||
<bpmn:laneSet id="LaneSet_01jzg3z" />
|
||||
<bpmn:sequenceFlow id="Flow_0jd6fmh" sourceRef="Activity_1plrdr3" targetRef="Event_1shqy8t" />
|
||||
<bpmn:sequenceFlow id="Flow_0i7ol1m" sourceRef="StartEvent_1" targetRef="Activity_1plrdr3" />
|
||||
<bpmn:endEvent id="Event_1shqy8t">
|
||||
<bpmn:incoming>Flow_0jd6fmh</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:userTask id="Activity_1plrdr3" name="Usertask ">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:preScript />
|
||||
<spiffworkflow:serviceTaskOperator id="http/GetRequest" resultVariable="durp">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="url" type="str" />
|
||||
<spiffworkflow:parameter id="headers" type="any" />
|
||||
<spiffworkflow:parameter id="params" type="any" />
|
||||
<spiffworkflow:parameter id="basic_auth_username" type="str" />
|
||||
<spiffworkflow:parameter id="basic_auth_password" type="str" />
|
||||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="test-schema.json" />
|
||||
<spiffworkflow:property name="formUiSchemaFilename" value="test-uischema.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0i7ol1m</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0jd6fmh</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_0i7ol1m</bpmn:outgoing>
|
||||
<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_1isfj9p">
|
||||
<bpmn:startEvent id="Event_17isce4">
|
||||
<bpmn:outgoing>Flow_0de89ze</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:task id="Activity_0qxvjn8" name="Outer task">
|
||||
<bpmn:incoming>Flow_0de89ze</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0zhgw0d</bpmn:outgoing>
|
||||
</bpmn:task>
|
||||
<bpmn:sequenceFlow id="Flow_0de89ze" sourceRef="Event_17isce4" targetRef="Activity_0qxvjn8" />
|
||||
<bpmn:subProcess id="Activity_166m3jn">
|
||||
<bpmn:incoming>Flow_0zhgw0d</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_14n4rks</bpmn:outgoing>
|
||||
<bpmn:startEvent id="Event_0tp8int">
|
||||
<bpmn:outgoing>Flow_05qsfck</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:task id="Activity_0otpq1h" name="Internal task">
|
||||
<bpmn:incoming>Flow_05qsfck</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_16yf0uy</bpmn:outgoing>
|
||||
</bpmn:task>
|
||||
<bpmn:sequenceFlow id="Flow_05qsfck" sourceRef="Event_0tp8int" targetRef="Activity_0otpq1h" />
|
||||
<bpmn:endEvent id="Event_0t5dxsx">
|
||||
<bpmn:incoming>Flow_16yf0uy</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_16yf0uy" sourceRef="Activity_0otpq1h" targetRef="Event_0t5dxsx" />
|
||||
</bpmn:subProcess>
|
||||
<bpmn:sequenceFlow id="Flow_0zhgw0d" sourceRef="Activity_0qxvjn8" targetRef="Activity_166m3jn" />
|
||||
<bpmn:endEvent id="Event_1be78gm">
|
||||
<bpmn:incoming>Flow_14n4rks</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_14n4rks" sourceRef="Activity_166m3jn" targetRef="Event_1be78gm" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0qnewk8">
|
||||
<bpmndi:BPMNShape id="Participant_1dqih55_di" bpmnElement="Participant_1dqih55" isHorizontal="true">
|
||||
<dc:Bounds x="-290" y="10" width="600" height="250" />
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1isfj9p">
|
||||
<bpmndi:BPMNShape id="Event_17isce4_di" bpmnElement="Event_17isce4">
|
||||
<dc:Bounds x="282" y="252" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0qxvjn8_di" bpmnElement="Activity_0qxvjn8">
|
||||
<dc:Bounds x="380" y="230" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1shqy8t_di" bpmnElement="Event_1shqy8t">
|
||||
<dc:Bounds x="102" y="52" width="36" height="36" />
|
||||
<bpmndi:BPMNShape id="Event_1be78gm_di" bpmnElement="Event_1be78gm">
|
||||
<dc:Bounds x="962" y="272" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0a2cajo_di" bpmnElement="Activity_1plrdr3">
|
||||
<dc:Bounds x="-40" y="30" width="100" height="80" />
|
||||
<bpmndi:BPMNShape id="Activity_166m3jn_di" bpmnElement="Activity_166m3jn" isExpanded="true">
|
||||
<dc:Bounds x="540" y="190" width="350" height="200" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0tp8int_di" bpmnElement="Event_0tp8int">
|
||||
<dc:Bounds x="592" y="272" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0otpq1h_di" bpmnElement="Activity_0otpq1h">
|
||||
<dc:Bounds x="660" y="250" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-138" y="52" width="36" height="36" />
|
||||
<bpmndi:BPMNShape id="Event_0t5dxsx_di" bpmnElement="Event_0t5dxsx">
|
||||
<dc:Bounds x="792" y="272" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0jd6fmh_di" bpmnElement="Flow_0jd6fmh">
|
||||
<di:waypoint x="60" y="70" />
|
||||
<di:waypoint x="102" y="70" />
|
||||
<bpmndi:BPMNEdge id="Flow_05qsfck_di" bpmnElement="Flow_05qsfck">
|
||||
<di:waypoint x="628" y="290" />
|
||||
<di:waypoint x="660" y="290" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0i7ol1m_di" bpmnElement="Flow_0i7ol1m">
|
||||
<di:waypoint x="-102" y="70" />
|
||||
<di:waypoint x="-40" y="70" />
|
||||
<bpmndi:BPMNEdge id="Flow_16yf0uy_di" bpmnElement="Flow_16yf0uy">
|
||||
<di:waypoint x="760" y="290" />
|
||||
<di:waypoint x="792" y="290" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0de89ze_di" bpmnElement="Flow_0de89ze">
|
||||
<di:waypoint x="318" y="270" />
|
||||
<di:waypoint x="380" y="270" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0zhgw0d_di" bpmnElement="Flow_0zhgw0d">
|
||||
<di:waypoint x="480" y="270" />
|
||||
<di:waypoint x="540" y="270" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_14n4rks_di" bpmnElement="Flow_14n4rks">
|
||||
<di:waypoint x="890" y="290" />
|
||||
<di:waypoint x="962" y="290" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
|
Loading…
x
Reference in New Issue
Block a user