QueryDocuments.bwp

This process demonstrates how to use the plug-in to query multiple documents in a specified collection.

The process is designed with the following activities:



The following table describes the activities in the process:

Activity Description
Timer Starts the process
CleanDocuments Invokes the CleanDocument subprocess to delete all documents from the specified collection
InsertDocuments Invokes the InsertDocument subprocess to insert a group of documents in the specified collection
QueryDocument Queries documents in the specified collection and returns one document each time
WriteFile Writes each document returned from the QueryDocument activity to a specified file