---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Event-specific workflow activities

# Event-specific workflow activities {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

The following workflow activities trigger events.
{#r_EventSpecificWorkflowActivities__table_pmc_twt_hp__entry__7}

| Activity Name | Description | Purpose | To Use | Source | Thread | Listeners |
|-|-|-|-|-|-|-|
| Create Event | Requires an event from the event registry rather than a workflow event. This activity is located in the Notification category of the workflow tree. | Fires the notification event specified in the Workflow Activity \[wf_activity\] table. | 1. Navigate to System PolicyEventsRegistry 2. Create an event. 3. Navigate to System PolicyTemplates and create an [Email templates](https://www.servicenow.com/docs/access?context=c_EmailTemplates&version=australia&pubname=australia-platform-administration&ft:locale=en-US). 4. Navigate to System PolicyEmailNotifications. 5. [Create an email notification](https://www.servicenow.com/docs/access?context=t_CreateANotification&version=australia&pubname=australia-platform-administration&ft:locale=en-US) that is triggered by the event you created and sends the template you created. 6. On the workflow canvas, drag the Create Event activity onto the canvas and associate it with the newly registered event. {#r_EventSpecificWorkflowActivities__ol_llj_bxt_hp}When the workflow executes, the event is created and the email associated with the event is sent. | Event Registry | Triggered in the current thread and handled on the worker thread in notifications. Never processed by a workflow | On the notification thread, outside of workflow |
| [Wait for WF Event](https://servicenow-prod.fluidtopics.net/xI1LjPTEQtmqMmZGJ93xGg "The Wait for WF Event activity causes the workflow to wait at this activity until the specified event is fired.") | Listens for workflow events, as described in the [Workflow Events in the Base System](https://servicenow-prod.fluidtopics.net/a8gTDlkyzqL2js0gBWsQDw "Several workflow events are available in the base system.") table, and only within the current context. This activity is located in the Conditions category of the workflow tree. | Waits for another transition branch of the current context to trigger an event. | Takes an event name as input. When the activity is executed, the specified event name is added to a string array stored in the registered_events column. The values in this column are in a list of all events the activity waits for when it is executing. | The Wait for WF Event activity has a generic onUnhandledEvent that tests the current event against the value that was passed to the variable. If they match, the Wait for WF Event moves the workflow forward. | Triggered in the current thread or from a script include | The onUnhandledEvent of the Wait for WF Event activity |
[Tabelle : 1. Event-specific workflow activities]

{#r_EventSpecificWorkflowActivities__table_pmc_twt_hp}

