# Event Registry

Event Registry is a list of all the events that were configured in your tenant for your OE value stream. 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 value stream accurately receives and processes the event information.

<figure><img src="https://2734760799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8dAaH7DfB59pzZwLxmur%2Fuploads%2Fgit-blob-0980466dedaee6943ee5c83e3e1ac34f461e4534%2Fevent_registry_vs.png?alt=media" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Event Registry lists all the events related to Commerce Engine. The events reflect the actions and processes happening in the Commerce Engine system, which you can use as triggers for the value stream without the need to configure them manually. The pre-configured commerce events facilitate digitalizing the commerce-related workflow processes.

<img src="https://2734760799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8dAaH7DfB59pzZwLxmur%2Fuploads%2Fgit-blob-4aa34c954f023c8ba4c6920aaf4ad87af98fad1e%2Fevent_registry_ce.png?alt=media" alt="" data-size="original">
{% endhint %}

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 value stream, for example: **Order Created**.

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