General

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

Field Module Property? Description
Name No The name of the activity displayed in the process. The default value is 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 one shared resource by clicking it. Click OK.
Collection Filter Yes Enter the name for the collection which you want to listen to, such as the test collection.
Listen for Insert Event Yes Select this check box if you want to listen to insert events in the specified collection.
Listen for Remove Event Yes Select this check box if you want to listen to remove events in the specified collection.
Listen for Update Event Yes Select this check box if you want to listen to update events in the specified collection.