Uses of Interface
io.automatiko.engine.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 io.automatiko.engine.api.event.process
Methods in io.automatiko.engine.api.event.process that return NodeInstanceModifier and TypeMethodDescriptionProcessNodeEvent.getNodeInstance()The node instance this event is related to.ProcessNodeInstanceFailedEvent.getNodeInstance()Returns node instance that failed at executionProcessVariableChangedEvent.getNodeInstance()Returns node instance associated with this variable change, if availableSLAViolatedEvent.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 NodeInstanceModifier and TypeMethodDescriptionNodeInstanceContainer.getNodeInstance(String 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.WorkItem.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 NodeInstanceModifier and TypeMethodDescriptionNodeInstanceContainer.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 -
Uses of NodeInstance in io.automatiko.engine.api.uow
Methods in io.automatiko.engine.api.uow with parameters of type NodeInstanceModifier and TypeMethodDescriptionvoidTransactionLog.record(String transactionId, String processId, String instanceId, NodeInstance currentNodeInstance) Records transaction operation that should be stored in transaction log before it gets flushed into the storage