类 AlgorithmListener

  • 所有已实现的接口:
    Serializable, org.flowable.engine.delegate.BaseExecutionListener, org.flowable.engine.delegate.ExecutionListener

    public class AlgorithmListener
    extends Object
    implements org.flowable.engine.delegate.ExecutionListener
    提取
    作者:
    qinman
    另请参阅:
    序列化表格
    Date:
    2024/03/19
    • 构造器详细资料

      • AlgorithmListener

        public AlgorithmListener()
    • 方法详细资料

      • notify

        @Transactional(rollbackFor=java.lang.Exception.class)
        public void notify​(org.flowable.engine.delegate.DelegateExecution execution)
        指定者:
        notify 在接口中 org.flowable.engine.delegate.ExecutionListener