Package com.bytedesk.ticket.process.demo
Class DemoSatisfactionDelegate
java.lang.Object
com.bytedesk.ticket.process.demo.DemoSatisfactionDelegate
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Component("demoSatisfactionDelegate")
public class DemoSatisfactionDelegate
extends Object
implements org.flowable.engine.delegate.JavaDelegate
演示流程 - 满意度调查委托
用于IT支持流程中发送满意度调查
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.flowable.engine.delegate.DelegateExecution execution)
-
Constructor Details
-
DemoSatisfactionDelegate
public DemoSatisfactionDelegate()
-
-
Method Details
-
execute
public void execute(org.flowable.engine.delegate.DelegateExecution execution) - Specified by:
executein interfaceorg.flowable.engine.delegate.JavaDelegate
-