Package io.nflow.tests.demo.workflow
Class StateWorkflow
java.lang.Object
io.nflow.engine.model.ModelObject
io.nflow.engine.workflow.definition.WorkflowDefinition
io.nflow.tests.demo.workflow.StateWorkflow
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WorkflowState
static final WorkflowState
static final WorkflowState
static final WorkflowState
static final WorkflowState
static final String
static final String
Fields inherited from class io.nflow.engine.workflow.definition.WorkflowDefinition
allowedTransitions, failureTransitions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
done
(StateExecution execution) state1
(StateExecution execution, StateWorkflow.Variable variable1) state2
(StateExecution execution, StateWorkflow.Variable variable2) state3
(StateExecution execution, StateWorkflow.Variable variable2) state4
(StateExecution execution, StateWorkflow.Variable variable1, StateWorkflow.Variable variable2) state5
(StateExecution execution, StateWorkflow.Variable variable2) Methods inherited from class io.nflow.engine.workflow.definition.WorkflowDefinition
getAllowedTransitions, getDescription, getErrorState, getFailureTransitions, getInitialState, getMethod, getMethod, getName, getSettings, getState, getStates, getSupportedSignals, getType, isAllowedNextAction, isStartState, permit, permit, registerState, setDescription, setName
Methods inherited from class io.nflow.engine.model.ModelObject
equals, hashCode, toString
-
Field Details
-
STATE_WORKFLOW_TYPE
- See Also:
-
STATEVAR_QUERYTEST
- See Also:
-
STATE_1
-
STATE_2
-
STATE_3
-
STATE_4
-
STATE_5
-
-
Constructor Details
-
StateWorkflow
public StateWorkflow()
-
-
Method Details
-
state1
-
state2
-
state3
-
state4
public NextAction state4(StateExecution execution, StateWorkflow.Variable variable1, StateWorkflow.Variable variable2) -
state5
-
done
-