-
Notifications
You must be signed in to change notification settings - Fork 0
/
RequestFlow.drawio
56 lines (56 loc) · 4.4 KB
/
RequestFlow.drawio
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<mxfile host="app.diagrams.net" modified="2024-01-05T15:08:06.613Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" etag="Gh5HTP-iMnaoAHryLcwv" version="22.1.16" type="device">
<diagram name="Page-1" id="vAc464kT18DR3h8ibPFw">
<mxGraphModel dx="794" dy="494" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="T4asyIqsFbMNS3IrbjR--4" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="1" source="T4asyIqsFbMNS3IrbjR--2" target="T4asyIqsFbMNS3IrbjR--3">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="T4asyIqsFbMNS3IrbjR--2" value="
<br>Execute cycle<br><br>

" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="120" y="50" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="T4asyIqsFbMNS3IrbjR--6" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="1" source="T4asyIqsFbMNS3IrbjR--3">
<mxGeometry relative="1" as="geometry">
<mxPoint x="180" y="230" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="T4asyIqsFbMNS3IrbjR--3" value="Get cycle" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="120" y="140" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="T4asyIqsFbMNS3IrbjR--7" value="Restart" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1;entryY=0.5;entryDx=0;entryDy=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" edge="1" parent="1" source="T4asyIqsFbMNS3IrbjR--8" target="T4asyIqsFbMNS3IrbjR--3">
<mxGeometry relative="1" as="geometry">
<mxPoint x="230" y="260" as="sourcePoint" />
<Array as="points">
<mxPoint x="290" y="265" />
<mxPoint x="290" y="170" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="T4asyIqsFbMNS3IrbjR--10" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="T4asyIqsFbMNS3IrbjR--8" target="T4asyIqsFbMNS3IrbjR--9">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="T4asyIqsFbMNS3IrbjR--8" value="<div><br></div><div>When requests &gt; 0</div><div>Continue<br></div>" style="rhombus;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="100" y="230" width="160" height="70" as="geometry" />
</mxCell>
<mxCell id="T4asyIqsFbMNS3IrbjR--12" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="1" source="T4asyIqsFbMNS3IrbjR--9" target="T4asyIqsFbMNS3IrbjR--11">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="T4asyIqsFbMNS3IrbjR--9" value="<div>Process</div><div>1. Get room history</div><div>2. Transform data<br></div>" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="120" y="330" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="T4asyIqsFbMNS3IrbjR--15" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="T4asyIqsFbMNS3IrbjR--11">
<mxGeometry relative="1" as="geometry">
<mxPoint x="180" y="510" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="T4asyIqsFbMNS3IrbjR--11" value="<div>Combine room stats</div><div>- Group all stats<br></div>" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="120" y="420" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="T4asyIqsFbMNS3IrbjR--16" value="Upload stats" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="120" y="510" width="120" height="60" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>