DocumentsBatchTransition failed to create documents due to topLevelIdentity.getId is not a function error in the corresponding Data Trigger. Also, Data Triggers weren't attached to verifyLLMQSignaturesWithCore document type.
What was done?
Add verifyLLMQSignaturesWithCore feature flag
use topLevelIdenity as Identifier
How Has This Been Tested?
With unit tests
Breaking Changes
None
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have added or updated relevant unit/integration/functional/e2e tests
[x] I have made corresponding changes to the documentation
For repository code-owners and collaborators only
[x] I have assigned this pull request to a milestone
Issue being fixed or feature implemented
DocumentsBatchTransition failed to create documents due to
topLevelIdentity.getId is not a function
error in the corresponding Data Trigger. Also, Data Triggers weren't attached toverifyLLMQSignaturesWithCore
document type.What was done?
verifyLLMQSignaturesWithCore
feature flagtopLevelIdenity
asIdentifier
How Has This Been Tested?
With unit tests
Breaking Changes
None
Checklist:
For repository code-owners and collaborators only