Class ServiceTaskHandler

  • All Implemented Interfaces:
    io.automatiko.engine.api.runtime.process.WorkItemHandler

    public class ServiceTaskHandler
    extends java.lang.Object
    implements io.automatiko.engine.api.runtime.process.WorkItemHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • ServiceTaskHandler

        public ServiceTaskHandler()
      • ServiceTaskHandler

        public ServiceTaskHandler​(java.lang.String resultVarName)
    • Method Detail

      • 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