Package | Description |
---|---|
org.kie.api.event.process |
Events emitted while process instances are executing.
|
org.kie.api.runtime.process |
The process runtime classes.
|
Modifier and Type | Method and Description |
---|---|
NodeInstance |
ProcessNodeEvent.getNodeInstance()
The node instance this event is related to.
|
NodeInstance |
SLAViolatedEvent.getNodeInstance()
The node instance this event is related to.
|
Modifier and Type | Method and Description |
---|---|
NodeInstance |
ProcessContext.getNodeInstance()
Returns the node instance that is currently being
executed in this context, or
null if no
node instance is currently being executed. |
NodeInstance |
NodeInstanceContainer.getNodeInstance(long nodeInstanceId)
Returns the node instance with the given id, or
null
if the node instance cannot be found. |
Modifier and Type | Method and Description |
---|---|
Collection<NodeInstance> |
NodeInstanceContainer.getNodeInstances()
Returns all node instances that are currently active
within this container.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.