Uses of Interface
org.kie.api.runtime.process.WorkItemManager
-
Packages that use WorkItemManager Package Description org.kie.api.runtime.process The process runtime classes. -
-
Uses of WorkItemManager in org.kie.api.runtime.process
Methods in org.kie.api.runtime.process that return WorkItemManager Modifier and Type Method Description WorkItemManager
ProcessRuntime. getWorkItemManager()
Returns theWorkItemManager
related to this session.Methods in org.kie.api.runtime.process with parameters of type WorkItemManager Modifier and Type Method Description void
WorkItemHandler. abortWorkItem(WorkItem workItem, WorkItemManager manager)
The given work item should be aborted.void
WorkItemHandler. executeWorkItem(WorkItem workItem, WorkItemManager manager)
The given work item should be executed.
-