Uses of Interface
io.automatiko.engine.api.runtime.process.NodeInstanceContainer
-
Packages that use NodeInstanceContainer Package Description io.automatiko.engine.api.runtime.process The process runtime classes. -
-
Uses of NodeInstanceContainer in io.automatiko.engine.api.runtime.process
Subinterfaces of NodeInstanceContainer in io.automatiko.engine.api.runtime.process Modifier and Type Interface Description interfaceWorkflowProcessInstanceA workflow process instance represents one specific instance of a workflow process that is currently executing.Methods in io.automatiko.engine.api.runtime.process that return NodeInstanceContainer Modifier and Type Method Description NodeInstanceContainerNodeInstance. getNodeInstanceContainer()The node instance container that this node instance is part of.
-