Uses of Interface
org.kie.api.runtime.process.NodeInstance
Packages that use NodeInstance
Package
Description
Events emitted while process instances are executing.
The process runtime classes.
-
Uses of NodeInstance in org.kie.api.event.process
Methods in org.kie.api.event.process that return NodeInstanceModifier and TypeMethodDescriptionProcessNodeEvent.getNodeInstance()The node instance this event is related to.SLAViolatedEvent.getNodeInstance()The node instance this event is related to. -
Uses of NodeInstance in org.kie.api.runtime.process
Methods in org.kie.api.runtime.process that return NodeInstanceModifier and TypeMethodDescriptionNodeInstanceContainer.getNodeInstance(long nodeInstanceId) Returns the node instance with the given id, ornullif the node instance cannot be found.ProcessContext.getNodeInstance()Returns the node instance that is currently being executed in this context, ornullif no node instance is currently being executed.Methods in org.kie.api.runtime.process that return types with arguments of type NodeInstanceModifier and TypeMethodDescriptionNodeInstanceContainer.getNodeInstances()Returns all node instances that are currently active within this container.default Collection<NodeInstance>NodeInstanceContainer.getSerializableNodeInstances()Returns all node instances that are currently active within this container and are serializable