Skip to main content

Custom Outbound Channel

The custom outbound channel allows for delegating the sending of events to a custom Spring bean.

Technical configuration

Custom Outbound Channel Technical Configuration UI

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.OutboundEventChannelAdapter instance that is used to send out events.