Uses of Interface
org.kie.api.runtime.process.WorkItem
-
Packages that use WorkItem Package Description org.kie.api.runtime.process The process runtime classes. -
-
Uses of WorkItem in org.kie.api.runtime.process
Methods in org.kie.api.runtime.process with parameters of type WorkItem 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.
-