Create Event workflow activity
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Workflow
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
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
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 ("
"). |