Skip to content
ralphhanna edited this page Aug 7, 2020 · 1 revision

Folder Structure

Data Structure

Data Query

filter: { "items.type" : "bpmn:StartEvent" , name: "Buy Used Car"}

projection:

{ "items": { $elemMatch: { type: 'bpmn:StartEvent' } } }

Clone this wiki locally