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
As Portal, we would like to maintain a list of all companies that were onboarded to the Catena-X network. This membership information is meant to be stored in the BPDM Pool. We therefore need to update the isCatenaXMember flag for a BPNL once the company has been onboarded.
The BPDM Pool offers an endpoint to update the isCatenaXMember flag via an endpoint. Example to update the membership information for a given BPNL. Please note that the path needs to be adapted to the specific environment.
New ApplicationChecklist process step SET_CX_MEMBERSHIP_IN_BPDM need be added for setting the Catena-X membership in BPDM.
This new ApplicationChecklist process step would be calling above mentioned PUT api call and setting the isCatenaXMember status.
This new ApplicationChecklist process step would have re-trigger option as well.
This new ApplicationChecklist process step need to be called after MEMBERSHIP_CREDENTIAL step but this new step could also be called as part of APPLICATION_ACTIVATION type and called after the SET_MEMBERSHIP step.
Test Cases
Test Case 1: Verify SET_CX_MEMBERSHIP_IN_BPDM step as part of process worker
Description
As Portal, we would like to maintain a list of all companies that were onboarded to the Catena-X network. This membership information is meant to be stored in the BPDM Pool. We therefore need to update the
isCatenaXMember
flag for a BPNL once the company has been onboarded.The BPDM Pool offers an endpoint to update the
isCatenaXMember
flag via an endpoint. Example to update the membership information for a given BPNL. Please note that the path needs to be adapted to the specific environment.Corresponding Configuration Ticket
eclipse-tractusx/portal#471
Corresponding BPDM PR
PR: eclipse-tractusx/bpdm#1072
Acceptance Criteria
SET_CX_MEMBERSHIP_IN_BPDM
need be added for setting the Catena-X membership in BPDM.isCatenaXMember
status.MEMBERSHIP_CREDENTIAL
step but this new step could also be called as part ofAPPLICATION_ACTIVATION
type and called after theSET_MEMBERSHIP
step.Test Cases
Test Case 1: Verify
SET_CX_MEMBERSHIP_IN_BPDM
step as part of process workerTest Case 2: Verify
SET_CX_MEMBERSHIP_IN_BPDM
step as part of re-trigger process.SET_CX_MEMBERSHIP_IN_BPDM
step by removing the BPN.SET_CX_MEMBERSHIP_IN_BPDM
step.The text was updated successfully, but these errors were encountered: