Class SendTaskHandler
java.lang.Object
io.automatiko.engine.workflow.bpmn2.handler.SendTaskHandler
- All Implemented Interfaces:
io.automatiko.engine.api.runtime.process.WorkItemHandler
public class SendTaskHandler
extends Object
implements io.automatiko.engine.api.runtime.process.WorkItemHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidabortWorkItem(io.automatiko.engine.api.runtime.process.WorkItem workItem, io.automatiko.engine.api.runtime.process.WorkItemManager manager) voidexecuteWorkItem(io.automatiko.engine.api.runtime.process.WorkItem workItem, io.automatiko.engine.api.runtime.process.WorkItemManager manager) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.automatiko.engine.api.runtime.process.WorkItemHandler
getName, transitionToPhase
-
Constructor Details
-
SendTaskHandler
public SendTaskHandler()
-
-
Method Details
-
executeWorkItem
public void executeWorkItem(io.automatiko.engine.api.runtime.process.WorkItem workItem, io.automatiko.engine.api.runtime.process.WorkItemManager manager) - Specified by:
executeWorkItemin interfaceio.automatiko.engine.api.runtime.process.WorkItemHandler
-
abortWorkItem
public void abortWorkItem(io.automatiko.engine.api.runtime.process.WorkItem workItem, io.automatiko.engine.api.runtime.process.WorkItemManager manager) - Specified by:
abortWorkItemin interfaceio.automatiko.engine.api.runtime.process.WorkItemHandler
-