-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparallel-async.drawio
150 lines (150 loc) · 10.9 KB
/
parallel-async.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" version="24.7.12">
<diagram name="Page-1" id="rq18BYWjKmp6nNrzKxKU">
<mxGraphModel dx="1185" dy="674" grid="1" gridSize="13" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="UZ6z63PBR_mP9AQWy_mo-1" value="<b>DCI</b> Pipeline <b>Start</b>" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#ffe6cc;strokeColor=#d79b00;shadow=1;" parent="1" vertex="1">
<mxGeometry x="120" y="60" width="120" height="40" as="geometry" />
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-2" value="" style="endArrow=classic;html=1;rounded=0;" parent="1" target="UZ6z63PBR_mP9AQWy_mo-3" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="179.70999999999998" y="100" as="sourcePoint" />
<mxPoint x="179.70999999999998" y="140" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-5" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" parent="1" source="UZ6z63PBR_mP9AQWy_mo-3" target="UZ6z63PBR_mP9AQWy_mo-4" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-3" value="<b>Preflight</b>&nbsp;Scan Task Initialize<br>&nbsp;(<b><font color="#0000cc">async</font></b>: 600, <b><font color="#0000cc">poll</font></b>: 0)" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#1CF047;strokeColor=#82b366;shadow=1;" parent="1" vertex="1">
<mxGeometry x="80" y="150" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-4" value="<b>Batch</b> i: Scan N Images" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#e3c800;strokeColor=#B09500;shadow=1;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="112" y="240" width="136" height="40" as="geometry" />
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-7" value="<b>Check</b> Back <b>async tasks</b> with <b><font color="#0000cc">asysnc_status</font></b> (until job_result.<b>finished</b>)" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#66FF66;strokeColor=#82b366;shadow=1;" parent="1" vertex="1">
<mxGeometry x="429" y="65" width="200" height="63" as="geometry" />
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-8" value="" style="endArrow=classic;html=1;rounded=0;entryX=0.51;entryY=0;entryDx=0;entryDy=0;entryPerimeter=0;strokeWidth=2;dashed=1;strokeColor=#000099;exitX=1;exitY=0.5;exitDx=0;exitDy=0;" parent="1" target="UZ6z63PBR_mP9AQWy_mo-7" edge="1" source="UZ6z63PBR_mP9AQWy_mo-4">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="248" y="240" as="sourcePoint" />
<mxPoint x="531" y="60" as="targetPoint" />
<Array as="points">
<mxPoint x="312" y="260" />
<mxPoint x="361" y="260" />
<mxPoint x="361" y="40" />
<mxPoint x="531" y="40" />
<mxPoint x="531" y="50" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-11" value="All Tasks <b>Completed</b>?" style="rhombus;whiteSpace=wrap;html=1;fillColor=#f0a30a;fontColor=#000000;strokeColor=#BD7000;shadow=1;" parent="1" vertex="1">
<mxGeometry x="597" y="167" width="130" height="67" as="geometry" />
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-14" value="" style="endArrow=classic;html=1;rounded=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;edgeStyle=orthogonalEdgeStyle;elbow=vertical;curved=1;" parent="1" target="UZ6z63PBR_mP9AQWy_mo-11" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="598" y="128" as="sourcePoint" />
<mxPoint x="647" y="75" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-16" value="" style="endArrow=classic;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="661.71" y="234" as="sourcePoint" />
<mxPoint x="662" y="284" as="targetPoint" />
<Array as="points" />
</mxGeometry>
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-17" value="Yes" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="UZ6z63PBR_mP9AQWy_mo-16" vertex="1" connectable="0">
<mxGeometry x="0.0056" relative="1" as="geometry">
<mxPoint y="-7" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-20" value="<b>Batch </b>i<b> </b>Completed" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#1CF047;strokeColor=#82b366;shadow=1;" parent="1" vertex="1">
<mxGeometry x="603.5" y="284" width="117" height="40" as="geometry" />
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-21" value="" style="endArrow=classic;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="661.71" y="324" as="sourcePoint" />
<mxPoint x="662" y="362" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-22" value="More Images to Scan?" style="rhombus;whiteSpace=wrap;html=1;fillColor=#e3c800;fontColor=#000000;strokeColor=#B09500;shadow=1;" parent="1" vertex="1">
<mxGeometry x="585" y="362" width="148.5" height="80" as="geometry" />
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-23" value="<b>All Batches: </b>Completed" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#1CF047;strokeColor=#82b366;shadow=1;" parent="1" vertex="1">
<mxGeometry x="590.5" y="492" width="143" height="40" as="geometry" />
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-27" value="" style="endArrow=classic;html=1;rounded=0;" parent="1" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="661.71" y="442" as="sourcePoint" />
<mxPoint x="662" y="492" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-28" value="No" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="UZ6z63PBR_mP9AQWy_mo-27" vertex="1" connectable="0">
<mxGeometry x="-0.1259" y="-1" relative="1" as="geometry">
<mxPoint x="1" y="-9" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-29" value="<b>Next Batch </b>i: Scan N Images" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#e3c800;strokeColor=#B09500;shadow=1;fontColor=#000000;" parent="1" vertex="1">
<mxGeometry x="364" y="494" width="182" height="38" as="geometry" />
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-31" value="" style="curved=1;endArrow=classic;html=1;rounded=0;entryX=0.11;entryY=0.995;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" edge="1" target="UZ6z63PBR_mP9AQWy_mo-7">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="416" y="493.99999999999994" as="sourcePoint" />
<mxPoint x="442" y="130.41" as="targetPoint" />
<Array as="points">
<mxPoint x="466" y="493.99999999999994" />
<mxPoint x="416" y="444" />
<mxPoint x="430" y="143" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="UZ6z63PBR_mP9AQWy_mo-37" value="" style="endArrow=classic;html=1;rounded=0;entryX=0.96;entryY=0.475;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" target="UZ6z63PBR_mP9AQWy_mo-11" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="662" y="463" as="sourcePoint" />
<mxPoint x="727" y="180" as="targetPoint" />
<Array as="points">
<mxPoint x="727" y="463" />
<mxPoint x="740" y="452" />
<mxPoint x="740" y="439" />
<mxPoint x="740" y="206" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="VbpKRQCME443o7RJfkTM-4" value="<b>Done</b>" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#1CF047;strokeColor=#82b366;shadow=1;" parent="1" vertex="1">
<mxGeometry x="511" y="261" width="74" height="38" as="geometry" />
</mxCell>
<mxCell id="VbpKRQCME443o7RJfkTM-5" value="" style="endArrow=classic;html=1;rounded=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;edgeStyle=orthogonalEdgeStyle;elbow=vertical;curved=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;" parent="1" source="UZ6z63PBR_mP9AQWy_mo-11" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="596.3899999999999" y="208" as="sourcePoint" />
<mxPoint x="546.0299999999995" y="261" as="targetPoint" />
<Array as="points">
<mxPoint x="597" y="221" />
<mxPoint x="546" y="221" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="VbpKRQCME443o7RJfkTM-6" value="No" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="VbpKRQCME443o7RJfkTM-5" vertex="1" connectable="0">
<mxGeometry x="-0.3872" relative="1" as="geometry">
<mxPoint x="-6" y="2" as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="nFZcqUtwccSqES89S99n-3" value="" style="endArrow=classic;html=1;rounded=0;edgeStyle=orthogonalEdgeStyle;elbow=vertical;curved=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0.845;entryY=0;entryDx=0;entryDy=0;entryPerimeter=0;" parent="1" target="UZ6z63PBR_mP9AQWy_mo-29" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="610" y="414.5" as="sourcePoint" />
<mxPoint x="519" y="490" as="targetPoint" />
<Array as="points">
<mxPoint x="610" y="435" />
<mxPoint x="518" y="435" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="nFZcqUtwccSqES89S99n-4" value="Yes" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="nFZcqUtwccSqES89S99n-3" vertex="1" connectable="0">
<mxGeometry x="-0.3872" relative="1" as="geometry">
<mxPoint x="-6" y="2" as="offset" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>