Uses of Enum Class
io.nflow.engine.workflow.definition.WorkflowStateType
Packages that use WorkflowStateType
Package
Description
Classes and interfaces for describing and implementing workflow definitions.
-
Uses of WorkflowStateType in io.nflow.engine.workflow.curated
Methods in io.nflow.engine.workflow.curated that return WorkflowStateTypeConstructors in io.nflow.engine.workflow.curated with parameters of type WorkflowStateTypeModifierConstructorDescriptionState(String name, WorkflowStateType type) Creates a workflow state with given name and type.State(String name, WorkflowStateType type, String description) Creates a workflow state with given name, description and type. -
Uses of WorkflowStateType in io.nflow.engine.workflow.definition
Methods in io.nflow.engine.workflow.definition that return WorkflowStateTypeModifier and TypeMethodDescriptionWorkflowState.getType()Return the workflow state type.static WorkflowStateTypeReturns the enum constant of this class with the specified name.static WorkflowStateType[]WorkflowStateType.values()Returns an array containing the constants of this enum class, in the order they are declared.