Uses of Interface
io.automatiko.engine.api.runtime.process.NodeInstance
-
Packages that use NodeInstance Package Description io.automatiko.engine.api.event.process Events emitted while process instances are executing.io.automatiko.engine.api.runtime.process The process runtime classes. -
-
Uses of NodeInstance in io.automatiko.engine.api.event.process
Methods in io.automatiko.engine.api.event.process that return NodeInstance Modifier and Type Method Description NodeInstanceProcessNodeEvent. getNodeInstance()The node instance this event is related to.NodeInstanceProcessNodeInstanceFailedEvent. getNodeInstance()Returns node instance that failed at executionNodeInstanceProcessVariableChangedEvent. getNodeInstance()Returns node instance associated with this variable change, if availableNodeInstanceSLAViolatedEvent. getNodeInstance()The node instance this event is related to. -
Uses of NodeInstance in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return NodeInstance Modifier and Type Method Description NodeInstanceNodeInstanceContainer. getNodeInstance(String nodeInstanceId)Returns the node instance with the given id, ornullif the node instance cannot be found.NodeInstanceProcessContext. getNodeInstance()Returns the node instance that is currently being executed in this context, ornullif no node instance is currently being executed.NodeInstanceWorkItem. getNodeInstance()The node instance that is associated with this work itemMethods in io.automatiko.engine.api.runtime.process that return types with arguments of type NodeInstance Modifier and Type Method Description Collection<NodeInstance>NodeInstanceContainer. getNodeInstances()Returns all node instances that are currently active within this container.Methods in io.automatiko.engine.api.runtime.process with parameters of type NodeInstance Modifier and Type Method Description voidWorkItem. setNodeInstance(NodeInstance nodeInstance)
-