Skip to content

Commit

Permalink
feat(impl):[#568] removed bpn summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed May 13, 2024
1 parent 63cc4dc commit f9c26e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ _**For better traceability add the corresponding GitHub issue number in each cha

## [Unreleased]

### Changed

- BPN summary was removed from Job response #568

## [5.1.1] - 2024-05-08

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ flowchart LR
"direction": "downward",
"key": {
...
}
},
"lookupBPNs": true
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ When IRS job for globalAssetId "urn:uuid..." and BPN "BPN..." is registered
And with "all available" aspects
And with "valid" direction
And depth 10
And lookupBpns "true"
And collectAspects "true"
Then job-id is responsed
Expand Down Expand Up @@ -191,7 +192,8 @@ Hints:

### What job parameter can be set and expected?
* Jobs with requested submodels have to contain **Relationships**.

* If _lookupBPNs_ = _true_**bpns** have to contain at least one object.
* If _lookupBPNs_ = _false_**bpns** have to be empty.

### Which lifecycle does the globalAssetId belongs to?
Lifecycle is decided based on submodel-aspects:
Expand Down

0 comments on commit f9c26e7

Please sign in to comment.