Class ServiceTaskHandler
java.lang.Object
io.automatiko.engine.workflow.bpmn2.handler.ServiceTaskHandler
- All Implemented Interfaces:
io.automatiko.engine.api.runtime.process.WorkItemHandler
public class ServiceTaskHandler
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
-
ServiceTaskHandler
public ServiceTaskHandler() -
ServiceTaskHandler
-
-
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
-