Skip to content

Commit

Permalink
fix(doc):[#1108] correct flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mkanal committed Jul 24, 2024
1 parent af4e1b0 commit 64d1e78
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ include::../../../../uml-diagrams/arc42/runtime-view/data-sovereignty/data-sover
|12,13
|In case PolicyDefinition does not exist. New PolicyDefinition is created in EDC [A]. The PolicyDefinition is created in the EDC.

|14,15
|Each part is created as a shell in the DTR. This holds all the data of the part. Before connected BPNs can access the imported parts, the parts must be published to the EDC and to the Digital Twin Registry (DTR).

|16, 17
|14, 15
|Assets are created in the EDC. (POST /v3/assets)

|18,19
|16,17
|The created part is linked in the PolicyDefinition from the EDC. This is the last step of data provisioning. Trace-X [A] has done everything to ensure that companies that have a matching policy can access its published parts.

|18,19
|Each part is created as a shell in the DTR. This holds all the data of the part. Before connected BPNs can access the imported parts, the parts must be published to the EDC and to the Digital Twin Registry (DTR).

|20,21
|User with role 'Admin' in Trace-X [B] creates policy for consuming assets of Trace-X [A].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ end opt

loop selected assets

TXA -> DTRA: create asset /shell-descriptors
activate DTRA
note left
create asset in DTR
end note
TXA <-- DTRA: 201 : Asset Administration Shell Descriptor created successfully
deactivate DTRA
TXA -> EDCA: create asset (POST /v3/assets)
note left
create CatalogOffer in EDC
Expand All @@ -82,6 +75,16 @@ note left
create ContractDefinition in EDC
end note
TXA <-- EDCA: ContractDefinition created

TXA -> DTRA: create asset /shell-descriptors
activate DTRA
note left
create asset in DTR
end note
TXA <-- DTRA: 201 : Asset Administration Shell Descriptor created successfully
deactivate DTRA


deactivate EDCA
end

Expand Down

0 comments on commit 64d1e78

Please sign in to comment.