The Create Event activity adds an event to the event queue, but does not immediately fire the event.

The event processor typically processes the event within one minute. This activity triggers any business rules or email notifications that would normally be triggered by the event.

For more information about creating and using system events, see System Events.

Results

Finished: the activity added the event to the event queue.

Input variables

Table 1. Create Event activity input variables
Field Description
Event name The name of the event to create. From the Event Name lookup list, select the event to add to the queue. If the event requires parameters, specify them in the Parameter script field.
Parameter 1

The first parameter of the event.

Note: If this parameter is a string value, it must be within quotes (" ").
Parameter 2

The second event parameter.

Note: If this parameter is a string value, it must be within quotes (" ").