Class DemoEscalationNotifyDelegate

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

@Component("demoEscalationNotifyDelegate") public class DemoEscalationNotifyDelegate extends Object implements org.flowable.engine.delegate.JavaDelegate
演示流程 - 升级通知委托 用于IT支持流程中的高优先级工单升级通知
  • Constructor Details

    • DemoEscalationNotifyDelegate

      public DemoEscalationNotifyDelegate()
  • Method Details

    • execute

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