Skip to content

Commit

Permalink
fix(uml):[#xxx] refactor uml and add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mkanal committed Sep 3, 2024
1 parent 854bc8a commit 8132382
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha
## [UNRELEASED - DD.MM.YYYY]
### Changed
- #XXX updated variables in github actions to be more generic

- #XXX correct concept "data-consumption-process_part1_tracex_scaling.puml" with new insights
## [13.0.2 - 16.08.2024]

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ ref over TraceX, EDC, DTR
end ref


TraceX -> DTR: Query for aasIDs by bpn
DTR -> TraceX: Retrieve aasIDs by bpn
TraceX -> DTR: Query for aasIDs by bpn and digitalTwinType
DTR -> TraceX: Retrieve aasIDs
rnote right TraceX
Current state: TraceX requests for each aasID the shellDescriptor via EDC / DTR.
Because we need to know the BOMLifecycle Type (asBuilt/asPlanned) before requesting IRS with the globalAssetId.
BOMLifecycle Type (asBuilt/asPlanned) is filterable by api parameter of digitalTwinRegistry (parameterName: digitalTwinType)
Then for each BOMLifecycle Type we do two requests (upward/downward) to the IRS job API
end rnote
rnote right TraceX
Expand Down

0 comments on commit 8132382

Please sign in to comment.