OperationProcess.bwp
This process demonstrates how to use the plug-in to insert, update and delete 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. |
| Sleep | Sets the time interval for the InsertDocuments activity. |
| InsertDocuments | Invokes the EventInsertDocument subprocess to insert a group of documents in the specified collection. |
| Sleep2 | Sets the time interval for the UpdateDocuments activity. |
| UpdateDocuments | Invokes the EventUpdateDocument subprocess to update one or more documents in the specified collection. |
| Sleep3 | Sets the time interval for the CleanDocuments activity. |
| CleanDocuments | Invokes the EventCleanDocument subprocess to deletes one or more documents from the specified collection. |
Copyright © Cloud Software Group, Inc. All rights reserved.

