Skip to main content
Version: 7.0.0

Email Attributes Listener


org.camunda.bpm.extension.hooks.listeners.execution.EmailAttributesListener

This component is designed to work exclusively with the notification_email.bpmn process and the email-template.dmn (or similar notification processes). It replaces reserved identifiers in the email body (e.g., @{variable}) with their corresponding values.

Type

Execution Listener

How It Works

The listener is configured on the navigation path between the email-template.dmn and the email connector. During execution, it transforms the email body output from the DMN by substituting reserved identifiers with actual values.

How to Use

The following snapshot illustrates how the EmailAttributesListener is used in the notification_email.bpmn process.

Image