Class DelegateExpressionTransactionDependentTaskListener

java.lang.Object
org.activiti.engine.impl.bpmn.listener.DelegateExpressionTransactionDependentTaskListener
All Implemented Interfaces:
Serializable, BaseTaskListener, TransactionDependentTaskListener

public class DelegateExpressionTransactionDependentTaskListener extends Object implements TransactionDependentTaskListener
See Also:
  • Field Details

  • Constructor Details

    • DelegateExpressionTransactionDependentTaskListener

      public DelegateExpressionTransactionDependentTaskListener(Expression expression)
  • Method Details

    • notify

      public void notify(String processInstanceId, String executionId, org.activiti.bpmn.model.Task task, Map<String,Object> executionVariables, Map<String,Object> customPropertiesMap)
      Specified by:
      notify in interface TransactionDependentTaskListener
    • getExpressionText

      public String getExpressionText()
      returns the expression text for this task listener. Comes in handy if you want to check which listeners you already have.