Custom Outbound Channel
The custom outbound channel allows for delegating the sending of events to a custom Spring bean.
Technical configuration

In this section the name of a Spring bean that resolves to a org.flowable.eventregistry.api.OutboundEventChannelAdapter instance that is used to send out events needs to be provided.
- Adapter delegate expression - Name of a Spring bean that resolves to a
org.flowable.eventregistry.api.OutboundEventChannelAdapterinstance that is used to send out events.