General

The following table describes the fields on the General tab of the WaitForEvent activity.

Field Module Property? Description
Name No The name of the activity displayed in the process

Default value: WaitForEvent

MongoDB Connection Yes Select a shared resource by completing the following steps:
  1. Click the Choose/Create Default Resource icon to open the Select MongodbconnectionResource Resource Template window, where all the available resources are listed.
  2. In the Matching items panel, select a shared resource, and click OK.
Collection Filter Yes Enter the name for the collection that you want to listen for, such as test.
Listen for Insert Event Yes Select this check box to listen for insert events in the specified collection.
Listen for Remove Event Yes Select this check box to listen for remove events in the specified collection.
Listen for Update Event Yes Select this check box to listen for update events in the specified collection.
Listen for Drop Event Yes Select this check box to listen for drop events in the specified collection.
Listen for Rename Event Yes Select this check box to listen for rename events in the specified collection.
Listen for Drop Database Yes Select this check box to listen for drop database events in the specified collection.