Events in Orchestration Engine
Process Orchestrations can be started by external events. These events can be sent to a configured Orchestration Engine event-receiver endpoint, for instance, when a new order is placed.
To create an event in Orchestration Engine:
Select a Start a Process that opens a side panel with Events.
Click Create Event.
Specify the Display and Event names.
Display name is the name that is visible in the UI when you create a process, for example: Order Created.
Event name is the name of the registered event, for example: start-the-process
Save your changes.
All created events will be available in all processes in the package.
To be part of the orchestrated process, Action Flows must have a completion event in it. You can add it in a dedicated module in an Action Flow:
In your Action Flow module, from the Event type dropdown list, select the completion event.
Complete the module's configuration.
Once the Action Flow is published, active, and set to on-demand, you will be able to select this event to start the Process and see this Action Flow in the process step in your process.