Package com.bytedesk.ticket.delegate
Class TicketAutoCloseDelegate
java.lang.Object
com.bytedesk.ticket.delegate.TicketAutoCloseDelegate
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Component
public class TicketAutoCloseDelegate
extends Object
implements org.flowable.engine.delegate.JavaDelegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.flowable.engine.delegate.DelegateExecution execution)
-
Constructor Details
-
TicketAutoCloseDelegate
public TicketAutoCloseDelegate()
-
-
Method Details
-
execute
public void execute(org.flowable.engine.delegate.DelegateExecution execution) - Specified by:
execute
in interfaceorg.flowable.engine.delegate.JavaDelegate
-