You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESS-jobs can be requested either separately with /ess/bpn/investigations or in batches with /irs/ess/orders. Both should detect same supplyChainImpacted-results which is currently not the case.
ESS-jobs requested in orders do not contain correct supplyChainImpacted results, currently the result is always "No".
Expected behavior
ESS-jobs requested in orders are processed correctly and deliver the same results as jobs requested separately. supplyChainImpacted results have to be correct.
Description
ESS-jobs can be requested either separately with /ess/bpn/investigations or in batches with /irs/ess/orders. Both should detect same supplyChainImpacted-results which is currently not the case.
Current behaviour
ESS-jobs requested in orders do not contain correct supplyChainImpacted results, currently the result is always "No".
Expected behavior
ESS-jobs requested in orders are processed correctly and deliver the same results as jobs requested separately. supplyChainImpacted results have to be correct.
Steps to reproduce the Bug
{ "key": { "globalAssetId": "urn:uuid:1c7a25ea-0490-4944-b9c9-d8c666d47958", "bpn": "BPNL00ARBITRARY4" }, "incidentBPNSs": ["BPNS00ARBITRARY7"], "bomLifecycle": "asPlanned" }
{ "batchSize": 10, "batchStrategy": "PRESERVE_BATCH_JOB_ORDER", "incidentBPNSs": ["BPNS00ARBITRARY7"], "keys": [ { "globalAssetId": "urn:uuid:1c7a25ea-0490-4944-b9c9-d8c666d47958", "bpn": "BPNL00ARBITRARY4" }, { "globalAssetId": "urn:uuid:2190e4b8-63ee-411d-bf57-6cdc495bc1df", "bpn": "BPNLO0ARBITRARY5" }, { "globalAssetId": "urn:uuid:3d61ada2-1a50-42a0-b411-40a932dd56cc", "bpn": "BPNLO0ARBITRARY6" }, { "globalAssetId": "urn:uuid:52207a60-e541-4bea-8ec4-3172f09e6dbb", "bpn": "BPNLO0ARBITRARY7" } ] }
The text was updated successfully, but these errors were encountered: