-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1093 from ds-crehm/main
chore(documentation): #915 BPN-EDC configuration documentation
- Loading branch information
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
docs/src/uml-diagrams/user-manual/bpn-edc-configuration.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
@startuml | ||
skinparam monochrome true | ||
skinparam shadowing false | ||
skinparam defaultFontName "Architects daughter" | ||
|
||
title Receive EDC URLs | ||
participant "Trace-X" as TX | ||
participant "BPN-EDC configuration" as BEC | ||
participant "DiscoveryFinder" as DF | ||
|
||
activate TX | ||
TX -> BEC: Look up URLs for configured BPN | ||
activate BEC | ||
BEC --> TX: URLs | ||
deactivate BEC | ||
TX -> DF: Look up URLs for configured BPN | ||
activate DF | ||
DF --> TX: URLs | ||
deactivate DF | ||
TX -> TX: Merge URLs into list (no duplicates) | ||
|
||
@enduml |