Uses of Interface
org.kie.api.runtime.process.NodeInstanceContainer
-
Packages that use NodeInstanceContainer Package Description org.kie.api.runtime.process The process runtime classes. -
-
Uses of NodeInstanceContainer in org.kie.api.runtime.process
Subinterfaces of NodeInstanceContainer in org.kie.api.runtime.process Modifier and Type Interface Description interface
WorkflowProcessInstance
A workflow process instance represents one specific instance of a workflow process that is currently executing.Methods in org.kie.api.runtime.process that return NodeInstanceContainer Modifier and Type Method Description NodeInstanceContainer
NodeInstance. getNodeInstanceContainer()
The node instance container that this node instance is part of.
-