Package com.bytedesk.ticket.process.demo
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.flowable.engine.delegate.DelegateExecution execution)
-
Constructor Details
-
DemoNotificationDelegate
public DemoNotificationDelegate()
-
-
Method Details
-
execute
public void execute(org.flowable.engine.delegate.DelegateExecution execution) - Specified by:
executein interfaceorg.flowable.engine.delegate.JavaDelegate
-