If you are not used to CMIS queries against the BPM (or other) Content Store, I would suggest the feature from Desktop PD (which is unfortunately not yet ported to Web PD - at least as of BAW 19.0.0.2) that automatically builds CMIS query strings for you.
To do this, open Desktop PD, create an Integration Service, add a Content Integration to your diagram, select the server and use the "Search" operation in the step's implementation section. A "Content Filters" tab will magically appear at the top of your diagram. From there you'll be able to create a query by adding search criteria. This will help build a CMIS query string in your step's CMIS query Data Mapping.
If nothing else it will give you a hint about the available properties you can query -- And it will show you "live" the result of your queries on the "Content Filters" tab.
------------------------------
Eric Ducos
------------------------------
Original Message:
Sent: Wed March 18, 2020 06:14 AM
From: Patrick Nagtzaam
Subject: Content Integration Task: Search
Hi,
Anybody familiar with the Content Integration Task called Search? I find limited documentation on this.
What I need is to search for a folder based on 2 properties. I'm struggeling with the CMIS Query.
"Select * FROM cmis:folder WHERE cmis:name = '12345'"
I seem to get a result, but all my resultSet is empty.
------------------------------
Patrick Nagtzaam
------------------------------