# Event Registry

Event Registry is a list of all the events that were configured in your tenant for your OE digital processes. The events are the triggers that initiate the processes and make them run.

Events are utilized by the `ce-type` attribute, which indicates that the event has occurred. By aligning the **Event Name** (eg. `order.created`) configured in OE with the `ce-type` name, you ensure that a digital process accurately receives and processes the event information.

<figure><img src="https://1593395737-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQHHnOQFqJkmze1kPDN3S%2Fuploads%2Fgit-blob-d34a8e7accf31e1d76d580ac46852c174bb5f994%2Fevent_registry.png?alt=media" alt=""><figcaption></figcaption></figure>

To create a new event:

1. In **OE**, go to **Events** -> **Event Registry**.
2. Choose **Create New Event**.
3. Specify the **Display** and **Event** names.

**Display name** - it's the name that is visible in the UI when you create a digital process, for example: **Order Created**.

**Event name** - it's the name of the registered event, for example: `emporix/ce/order.created`.
