-
Notifications
You must be signed in to change notification settings - Fork 16
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
Pool: Upsert Business Partners from Cleaning Result #432
Labels
Comments
nicoprow
added
enhancement
New feature or request
golden record
Issues relating to the Golden Record process
Pool
labels
Sep 13, 2023
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 12, 2023
…ng Result - create initial poll logic - refactor legal entity creation validation so that it could be used by orchestrator DTOs
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 18, 2023
…ng Result - create initial poll logic - refactor legal entity creation validation so that it could be used by orchestrator DTOs
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 18, 2023
…ng Result - create initial poll logic - refactor legal entity creation validation so that it could be used by orchestrator DTOs
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 18, 2023
…ng Result - upsert business partner
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 18, 2023
…ng Result - fix test
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 19, 2023
…ng Result - create initial poll logic - refactor legal entity creation validation so that it could be used by orchestrator DTOs
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 19, 2023
…ng Result - create initial poll logic - refactor legal entity creation validation so that it could be used by orchestrator DTOs
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 19, 2023
…ng Result - create initial poll logic - refactor legal entity creation validation so that it could be used by orchestrator DTOs
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 19, 2023
…ng Result - upsert business partner
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 19, 2023
…ng Result - upsert business partner
nicoprow
pushed a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 20, 2023
…ng Result - create initial poll logic - refactor legal entity creation validation so that it could be used by orchestrator DTOs - create upsert L/S/A business partner logic - create orchestration client configuration
nicoprow
pushed a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 20, 2023
…ng Result - create initial poll logic - refactor legal entity creation validation so that it could be used by orchestrator DTOs - create upsert L/S/A business partner logic - create orchestration client configuration
nicoprow
pushed a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 20, 2023
…ng Result - create initial poll logic - refactor legal entity creation validation so that it could be used by orchestrator DTOs - create upsert L/S/A business partner logic - create orchestration client configuration
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 20, 2023
…ng Result - add BpnRequestIdentifierMapping entity - map RequestIdentifier to bpn
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 20, 2023
…ng Result - add BpnRequestIdentifierMapping entity - map RequestIdentifier to bpn
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 20, 2023
…ng Result - add BpnRequestIdentifierMapping entity - map RequestIdentifier to bpn
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Oct 20, 2023
…ng Result - add BpnRequestIdentifierMapping entity - map RequestIdentifier to bpn feat(pool): eclipse-tractusx#432 Upsert Business Partners from Cleaning Result - map RequestIdentifier to bpn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
In the new orchestration logic the BPDM Pool should poll the BPDM Orchestrator for new cleaning requests that need to be processed. The Pool processes the cleaning requests first by upserting its own business partners via the attached L/S/A cleaning result. The cleaning result may have BPN request identifiers which the Pool needs to convert to BPNs with the following logic:
By this, the Pool upserts business partners from a given cleaning result.
In a final step, the Pool should replace all BPN request identifiers with the associated BPNs in the cleaning result and send that cleaning result to the orchestrator for further processing.
###Tasks
Dependencies:
#435
#434
The text was updated successfully, but these errors were encountered: