Class DemoSlaTimeoutNotifyDelegate

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

@Component("demoSlaTimeoutNotifyDelegate") public class DemoSlaTimeoutNotifyDelegate extends Object implements org.flowable.engine.delegate.JavaDelegate
演示流程 - SLA超时通知委托 用于IT支持流程中的SLA超时通知
  • Constructor Details

    • DemoSlaTimeoutNotifyDelegate

      public DemoSlaTimeoutNotifyDelegate()
  • Method Details

    • execute

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