MongoDB and Bonita BPM

1
0
-1

hi everyone ,

I wish to know if it's possible to read a Field from a specific document in mongoDB using Bonita script .

I have used the following article to link between Bonita and MongoDB : http://community.bonitasoft.com/mongo-db-connector and This is the way to read all documents in a collection presented in this article :
read.getStatus() + " " + read.getDocumentsList().toString()

thanks

1 answer

1
0
-1

see here:
https://docs.mongodb.com/manual/tutorial/project-fields-from-query-results/

regards
Seán

PS: As this reply answers your question, please mark as resolved.

Notifications