Event Registry
View all the events happening in the system in relation to digital processes.
Last updated
Was this helpful?
View all the events happening in the system in relation to digital processes.
Last updated
Was this helpful?
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.
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
.