Query Projection #198
-
Hi @ralphhanna, How to use projection when querying properly? await bpmnClient.datastore.findInstances({
query: { id: inputs.instId, 'data.caseId': inputs.caseId},
projection: { 'data.templates': 1 },
}); As a result, I am only interested in the field Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
ralphhanna
May 21, 2024
Replies: 2 comments 1 reply
-
Thanks for reporting this, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MaheshkumarSundaram
-
This requires new Release of bpmn-web as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for reporting this,
Projection is now supported in latest release 2.2.4
Thanks