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