We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When starting a Job with flag "auditContractNegotiation" set to true, the contractAgreementIds are not collected.
"contractAgreementId" in shells is empty string ("") and null in submodels
"contractAgreementId"
""
null
shells and submodels contain the contract agreement id
Start a Job with parameter "auditContractNegotiation": true,
"auditContractNegotiation": true,
The text was updated successfully, but these errors were encountered:
Fixed with #599
Sorry, something went wrong.
Merge pull request eclipse-tractusx#598 from catenax-ng/feature/TRI-1…
0f99135
…716-new-data-sets feat(impl):[TRI-1716] 1.6.2 datasets
ds-ext-kmassalski
No branches or pull requests
Description
When starting a Job with flag "auditContractNegotiation" set to true, the contractAgreementIds are not collected.
Current behaviour
"contractAgreementId"
in shells is empty string (""
) andnull
in submodelsExpected behavior
shells and submodels contain the contract agreement id
Steps to reproduce the Bug
Start a Job with parameter
"auditContractNegotiation": true,
The text was updated successfully, but these errors were encountered: