Uses of Class
io.nflow.engine.workflow.definition.WorkflowStateType
-
Packages that use WorkflowStateType Package Description io.nflow.engine.workflow.curated io.nflow.engine.workflow.definition 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 WorkflowStateType Modifier and Type Method Description WorkflowStateTypeState. getType()Constructors in io.nflow.engine.workflow.curated with parameters of type WorkflowStateType Constructor Description State(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 WorkflowStateType Modifier and Type Method Description WorkflowStateTypeWorkflowState. getType()Return the workflow state type.static WorkflowStateTypeWorkflowStateType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowStateType[]WorkflowStateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-