Class BpmSendNotificationExecutionListener

java.lang.Object
io.jmix.bpm.notifications.BpmSendNotificationExecutionListener
All Implemented Interfaces:
Serializable, org.flowable.engine.delegate.BaseExecutionListener, org.flowable.engine.delegate.ExecutionListener

@Component("bpm_BpmSendNotificationExecutionListener") public class BpmSendNotificationExecutionListener extends Object implements org.flowable.engine.delegate.ExecutionListener
A special execution listener that allows sending notification to the certain recipient when a certain activity is reached.
See Also:
  • Constructor Details

    • BpmSendNotificationExecutionListener

      public BpmSendNotificationExecutionListener()
  • Method Details

    • notify

      public void notify(org.flowable.engine.delegate.DelegateExecution execution)
      Specified by:
      notify in interface org.flowable.engine.delegate.ExecutionListener
    • getExpressionManager

      protected org.flowable.common.engine.impl.el.ExpressionManager getExpressionManager()