Uses of Interface
io.automatiko.engine.api.runtime.process.WorkItemManager
Packages that use WorkItemManager
Package
Description
The runtime engine classes, including KieSession and StatelessKieSession.
The process runtime classes.
-
Uses of WorkItemManager in io.automatiko.engine.api.runtime
Subinterfaces of WorkItemManager in io.automatiko.engine.api.runtime -
Uses of WorkItemManager in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return WorkItemManagerModifier and TypeMethodDescriptionProcessRuntime.getWorkItemManager()Returns theWorkItemManagerrelated to this session.Methods in io.automatiko.engine.api.runtime.process with parameters of type WorkItemManagerModifier and TypeMethodDescriptionvoidWorkItemHandler.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 WorkItemManagerModifier and TypeMethodDescriptionvoidWorkItemExecutionManager.complete(String processId, String name, WorkItem workItem, WorkItemManager manager, Object source, Function<Throwable, Throwable> errorMapper) Invoked on completion of the service associated with work itemLifeCycle.transitionTo(WorkItem workItem, WorkItemManager manager, Transition<T> transition) Perform actual transition to the target phase defined via given transition