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
    Constructor
    Description
     
    ServiceTaskHandler(String resultVarName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    abortWorkItem(io.automatiko.engine.api.runtime.process.WorkItem workItem, io.automatiko.engine.api.runtime.process.WorkItemManager manager)
     
    void
    executeWorkItem(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, wait

    Methods inherited from interface io.automatiko.engine.api.runtime.process.WorkItemHandler

    getName, transitionToPhase
  • Constructor Details

    • ServiceTaskHandler

      public ServiceTaskHandler()
    • ServiceTaskHandler

      public ServiceTaskHandler(String resultVarName)
  • Method Details

    • executeWorkItem

      public void executeWorkItem(io.automatiko.engine.api.runtime.process.WorkItem workItem, io.automatiko.engine.api.runtime.process.WorkItemManager manager)
      Specified by:
      executeWorkItem in interface io.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:
      abortWorkItem in interface io.automatiko.engine.api.runtime.process.WorkItemHandler