General

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

Field Module Property? Description
Name No The name of the activity displayed in the process. The default value is EventListener.
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 the EventListener activity to listen to, such as the test collection.
Note: If you leave this field blank, the activity listens to all the collections in the specified database.
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.