Skip to content

Commit

Permalink
chore(docu):[#1108] add submodel server to flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mkanal committed Jul 24, 2024
1 parent 64d1e78 commit b4e1e89
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ participant "Trace-X \n [A]" as TXA
participant "PolicyStore \n [A]" as PSA
participant "Digital Twin Registry \n [A]" as DTRA
participant "EDC \n [A]" as EDCA
participant "SubmodelServer \n [A]" as SSA
participant "Digital Twin Registry \n [B]" as DTRB
participant "EDC \n [B]" as EDCB
participant "IRS \n [B]" as IRSB
Expand Down Expand Up @@ -66,7 +67,7 @@ loop selected assets

TXA -> EDCA: create asset (POST /v3/assets)
note left
create CatalogOffer in EDC
create assets and CatalogOffer in EDC
end note
TXA <-- EDCA: 200 Asset was created successfully.

Expand All @@ -84,6 +85,13 @@ end note
TXA <-- DTRA: 201 : Asset Administration Shell Descriptor created successfully
deactivate DTRA

TXA -> SSA: create submodels for twin
activate SSA
note left
create submodels in SubmodelServer
end note
TXA <-- SSA: submodels created
deactivate SSA

deactivate EDCA
end
Expand Down

0 comments on commit b4e1e89

Please sign in to comment.