Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(uml):[#xxx] refactor uml and add changelog entry #1366

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading