User: jon@sartography.com added process model file misc/service-tests/coin-gecko/simpleprice.bpmn
This commit is contained in:
parent
8f5086315a
commit
069d3a119b
|
@ -6,6 +6,6 @@
|
||||||
"fault_or_suspend_on_exception": "fault",
|
"fault_or_suspend_on_exception": "fault",
|
||||||
"files": [],
|
"files": [],
|
||||||
"metadata_extraction_paths": null,
|
"metadata_extraction_paths": null,
|
||||||
"primary_file_name": null,
|
"primary_file_name": "simpleprice.bpmn",
|
||||||
"primary_process_id": null
|
"primary_process_id": "Process_cdwlr8g"
|
||||||
}
|
}
|
|
@ -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_cdwlr8g" isExecutable="true">
|
||||||
|
<bpmn:startEvent id="StartEvent_1">
|
||||||
|
<bpmn:outgoing>Flow_14qwb99</bpmn:outgoing>
|
||||||
|
</bpmn:startEvent>
|
||||||
|
<bpmn:task id="Activity_0yiulnf">
|
||||||
|
<bpmn:incoming>Flow_14qwb99</bpmn:incoming>
|
||||||
|
<bpmn:outgoing>Flow_0cgh5fo</bpmn:outgoing>
|
||||||
|
</bpmn:task>
|
||||||
|
<bpmn:endEvent id="Event_1l7u1yq">
|
||||||
|
<bpmn:incoming>Flow_0cgh5fo</bpmn:incoming>
|
||||||
|
</bpmn:endEvent>
|
||||||
|
<bpmn:sequenceFlow id="Flow_0cgh5fo" sourceRef="Activity_0yiulnf" targetRef="Event_1l7u1yq" />
|
||||||
|
<bpmn:sequenceFlow id="Flow_14qwb99" sourceRef="StartEvent_1" targetRef="Activity_0yiulnf" />
|
||||||
|
</bpmn:process>
|
||||||
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||||
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_cdwlr8g">
|
||||||
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||||
|
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||||
|
</bpmndi:BPMNShape>
|
||||||
|
<bpmndi:BPMNShape id="Activity_0yiulnf_di" bpmnElement="Activity_0yiulnf">
|
||||||
|
<dc:Bounds x="240" y="137" width="100" height="80" />
|
||||||
|
</bpmndi:BPMNShape>
|
||||||
|
<bpmndi:BPMNShape id="Event_1l7u1yq_di" bpmnElement="Event_1l7u1yq">
|
||||||
|
<dc:Bounds x="392" y="159" width="36" height="36" />
|
||||||
|
</bpmndi:BPMNShape>
|
||||||
|
<bpmndi:BPMNEdge id="Flow_0cgh5fo_di" bpmnElement="Flow_0cgh5fo">
|
||||||
|
<di:waypoint x="340" y="177" />
|
||||||
|
<di:waypoint x="392" y="177" />
|
||||||
|
</bpmndi:BPMNEdge>
|
||||||
|
<bpmndi:BPMNEdge id="Flow_14qwb99_di" bpmnElement="Flow_14qwb99">
|
||||||
|
<di:waypoint x="215" y="177" />
|
||||||
|
<di:waypoint x="240" y="177" />
|
||||||
|
</bpmndi:BPMNEdge>
|
||||||
|
</bpmndi:BPMNPlane>
|
||||||
|
</bpmndi:BPMNDiagram>
|
||||||
|
</bpmn:definitions>
|
Loading…
Reference in New Issue