Package com.bytedesk.ticket.process.demo
Class DemoTimeoutNotifyDelegate
java.lang.Object
com.bytedesk.ticket.process.demo.DemoTimeoutNotifyDelegate
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Component("demoTimeoutNotifyDelegate")
public class DemoTimeoutNotifyDelegate
extends Object
implements org.flowable.engine.delegate.JavaDelegate
演示流程 - 超时通知委托
用于请假审批流程中的超时提醒
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.flowable.engine.delegate.DelegateExecution execution)
-
Constructor Details
-
DemoTimeoutNotifyDelegate
public DemoTimeoutNotifyDelegate()
-
-
Method Details
-
execute
public void execute(org.flowable.engine.delegate.DelegateExecution execution) - Specified by:
executein interfaceorg.flowable.engine.delegate.JavaDelegate
-