Previous Topic: Send Event OperatorNext Topic: Output Parameters


Input Parameters

Event name

Specifies the name of the event (mandatory).

Event type

Specifies the type of event (optional).

Event source

Specifies the Event Source (optional).

Event destination

Specifies the Event Destination (optional).

Subscribers of the event match a regular expression against these fields to decide if they are interested in this event.

Deliver to single subscriber

When set to true, indicates that the events are not delivered to more than one waiting process. The event is "consumed" by the first event handler that is "consuming" events.

Event parameters

Specifies additional event parameters that can be a CA Process Automation data type (optional).

The Expression parameter in the Monitor Event operator is evaluated against Event Parameters. These parameters can be accessed using a payload Keyword (for example, payload.ticketId=="1443132").

Expire after (sec)

Specifies the number of seconds that an event can take to match with any subscribers.