Skip to content

Commit 9aebe9a

Browse files
committed
Update diagram
1 parent 95593c9 commit 9aebe9a

1 file changed

Lines changed: 11 additions & 21 deletions

File tree

docs/hld/parallel-example-graph.puml

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,25 @@
22
'https://plantuml.com/component-diagram
33
skinparam componentStyle rectangle
44

5-
rectangle 7 {
65
component Finalize
7-
}
86

9-
rectangle 6 {
107
component NotifyRemoteServices
118
component GenerateReport
12-
}
139

14-
rectangle 5 {
1510
component CalculateResults
16-
}
1711

18-
rectangle 4 {
1912
component PerformExecution
20-
}
2113

22-
rectangle 3 {
2314
component CollectRemoteData1
2415
component FetchPreviousResults
25-
}
2616

27-
rectangle 2 {
2817
component InitialCalculations
2918
component RunRemoteProcess1
3019
component RunRemoteProcess2
31-
}
3220

33-
rectangle 1 {
3421
component CollectLocalData2
3522
component CollectLocalData1
3623
component Authorize
37-
}
3824

3925
Finalize *--> GenerateReport
4026
Finalize *--> NotifyRemoteServices
@@ -45,18 +31,22 @@ NotifyRemoteServices *--> CalculateResults
4531
CalculateResults *--> PerformExecution
4632
CalculateResults *--> FetchPreviousResults
4733

48-
PerformExecution *----> InitialCalculations
49-
PerformExecution *--> CollectRemoteData1
50-
FetchPreviousResults *---> Authorize
51-
5234
InitialCalculations *--> CollectLocalData1
5335
InitialCalculations *--> CollectLocalData2
5436

55-
CollectRemoteData1 *--> Authorize
37+
PerformExecution *--> CollectRemoteData1
38+
PerformExecution *---> InitialCalculations
39+
40+
FetchPreviousResults *--> Authorize
41+
42+
InitialCalculations -[hidden]r- RunRemoteProcess1
43+
5644
CollectRemoteData1 *--> RunRemoteProcess1
5745
CollectRemoteData1 *--> RunRemoteProcess2
5846

59-
RunRemoteProcess1 *---> Authorize
60-
RunRemoteProcess2 *---> Authorize
47+
RunRemoteProcess1 *--> Authorize
48+
RunRemoteProcess2 *--> Authorize
49+
RunRemoteProcess2 -[hidden]r- FetchPreviousResults
50+
6151

6252
@enduml

0 commit comments

Comments
 (0)