User: david.abashidze14@gmail.com added process model file playground/david-abashidze/proc-001/david one.bpmn

This commit is contained in:
sartography-automated-committer 2023-09-08 17:47:18 +00:00
parent 9e9b043ac1
commit 3365ea53cd
2 changed files with 78 additions and 2 deletions

View File

@ -0,0 +1,76 @@
<?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_ysd99re" name="Creating process" isExecutable="true">
<bpmn:startEvent id="Event_1p01pt4" name="Start">
<bpmn:documentation>Start</bpmn:documentation>
<bpmn:outgoing>Flow_0etp6vb</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:task id="Activity_0aj19wz" name="Browsing documentation">
<bpmn:documentation>Find proper item</bpmn:documentation>
<bpmn:incoming>Flow_0etp6vb</bpmn:incoming>
<bpmn:outgoing>Flow_15wzod5</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_0etp6vb" sourceRef="Event_1p01pt4" targetRef="Activity_0aj19wz" />
<bpmn:task id="Activity_1g92mus" name="Understanding documentation">
<bpmn:documentation>Try to catch idea</bpmn:documentation>
<bpmn:incoming>Flow_15wzod5</bpmn:incoming>
<bpmn:outgoing>Flow_1tdxrup</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_15wzod5" sourceRef="Activity_0aj19wz" targetRef="Activity_1g92mus" />
<bpmn:task id="Activity_0arutz9" name="Creating proces">
<bpmn:documentation>Draw something and somethink</bpmn:documentation>
<bpmn:incoming>Flow_1tdxrup</bpmn:incoming>
<bpmn:outgoing>Flow_15tmaf4</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_1tdxrup" sourceRef="Activity_1g92mus" targetRef="Activity_0arutz9" />
<bpmn:endEvent id="Event_0bck6hq" name="End">
<bpmn:incoming>Flow_15tmaf4</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_15tmaf4" sourceRef="Activity_0arutz9" targetRef="Event_0bck6hq" />
<bpmn:dataObject id="DataObject_0bqrkws" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_ysd99re">
<bpmndi:BPMNShape id="Event_1p01pt4_di" bpmnElement="Event_1p01pt4">
<dc:Bounds x="-248" y="52" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="-243" y="33" width="25" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0aj19wz_di" bpmnElement="Activity_0aj19wz">
<dc:Bounds x="-160" y="30" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1g92mus_di" bpmnElement="Activity_1g92mus">
<dc:Bounds x="0" y="30" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0arutz9_di" bpmnElement="Activity_0arutz9">
<dc:Bounds x="160" y="30" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0bck6hq_di" bpmnElement="Event_0bck6hq">
<dc:Bounds x="322" y="52" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="330" y="33" width="20" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0etp6vb_di" bpmnElement="Flow_0etp6vb">
<di:waypoint x="-212" y="70" />
<di:waypoint x="-160" y="70" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_15wzod5_di" bpmnElement="Flow_15wzod5">
<di:waypoint x="-60" y="70" />
<di:waypoint x="0" y="70" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1tdxrup_di" bpmnElement="Flow_1tdxrup">
<di:waypoint x="100" y="70" />
<di:waypoint x="160" y="70" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_15tmaf4_di" bpmnElement="Flow_15tmaf4">
<di:waypoint x="260" y="70" />
<di:waypoint x="322" y="70" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View File

@ -6,6 +6,6 @@
],
"fault_or_suspend_on_exception": "fault",
"metadata_extraction_paths": null,
"primary_file_name": null,
"primary_process_id": null
"primary_file_name": "david one.bpmn",
"primary_process_id": "Process_ysd99re"
}