Uses of Interface
io.automatiko.engine.api.runtime.process.WorkItemManager
-
Packages that use WorkItemManager Package Description io.automatiko.engine.api.runtime The runtime engine classes, including KieSession and StatelessKieSession.io.automatiko.engine.api.runtime.process The process runtime classes.io.automatiko.engine.api.workflow.workitem -
-
Uses of WorkItemManager in io.automatiko.engine.api.runtime
Subinterfaces of WorkItemManager in io.automatiko.engine.api.runtime Modifier and Type Interface Description interfaceInternalWorkItemManager -
Uses of WorkItemManager in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return WorkItemManager Modifier and Type Method Description WorkItemManagerProcessRuntime. getWorkItemManager()Returns theWorkItemManagerrelated to this session.Methods in io.automatiko.engine.api.runtime.process with parameters of type WorkItemManager Modifier and Type Method Description voidWorkItemHandler. abortWorkItem(WorkItem workItem, WorkItemManager manager)The given work item should be aborted.voidWorkItemHandler. executeWorkItem(WorkItem workItem, WorkItemManager manager)The given work item should be executed.default voidWorkItemHandler. transitionToPhase(WorkItem workItem, WorkItemManager manager, Transition<?> transition)Allows to transition given work item into another life cycle phase as defined in the given transition object. -
Uses of WorkItemManager in io.automatiko.engine.api.workflow.workitem
Methods in io.automatiko.engine.api.workflow.workitem with parameters of type WorkItemManager Modifier and Type Method Description TLifeCycle. transitionTo(WorkItem workItem, WorkItemManager manager, Transition<T> transition)Perform actual transition to the target phase defined via given transition
-