Package | Description |
---|---|
org.kie.api.runtime.process |
The process runtime classes.
|
Modifier and Type | Method and Description |
---|---|
WorkItemManager |
ProcessRuntime.getWorkItemManager()
Returns the
WorkItemManager related to this session. |
Modifier and Type | Method and 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.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.