Uses of Class
io.automatiko.engine.api.runtime.process.NodeInstanceState
-
Packages that use NodeInstanceState Package Description io.automatiko.engine.api.runtime.process The process runtime classes. -
-
Uses of NodeInstanceState in io.automatiko.engine.api.runtime.process
Methods in io.automatiko.engine.api.runtime.process that return NodeInstanceState Modifier and Type Method Description NodeInstanceStateNodeInstance. getNodeInstanceState()Returns current state of the node instance.static NodeInstanceStateNodeInstanceState. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeInstanceState[]NodeInstanceState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-