Event Listen Properties Tab

You can use the Event Listen properties tab to specify nodes and events to be monitored in a process job. If a specified event is found, then the Event Listen node executes any downstream node to which it is connected.

The tab includes the following elements:

Note that you can use //!event notation when you create a user-defined event in the Expression node. (This notation takes the following format: //!event <name of event>.) Then the event will be displayed in the selection list of the Event Listener node. The following example illustrates this code format:

//!event INFO_MISSING

raiseevent("INFO_MISSING", "FILE", "OK", "FIELDS", "NO DATE")