QueryDocuments.bwp

This process demonstrates how to use the plug-in to query multiple documents from 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 into the specified collection.
QueryDocument Queries documents from the specified collection and returns one document each time.
WriteFile Writes each document returned from the QueryDocument activity into the specified file.