Class DemoNotificationDelegate

java.lang.Object
com.bytedesk.ticket.process.demo.DemoNotificationDelegate
All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate

@Component("demoNotificationDelegate") public class DemoNotificationDelegate extends Object implements org.flowable.engine.delegate.JavaDelegate
演示流程 - 通知委托 用于发送各种通知(打款通知、审批通知等)
  • Constructor Details

    • DemoNotificationDelegate

      public DemoNotificationDelegate()
  • Method Details

    • execute

      public void execute(org.flowable.engine.delegate.DelegateExecution execution)
      Specified by:
      execute in interface org.flowable.engine.delegate.JavaDelegate