Event Registry
View all the events happening in the system in relation to digital processes.
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.

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 digital processes without the need to configure them manually. The pre-configured commerce events facilitate digitalizing the commerce-related workflow processes.
To create a new event:
In OE, go to Events -> Event Registry.
Choose Create New Event.
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
.
Last updated
Was this helpful?