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 SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final WorkflowStatestatic final WorkflowStatestatic final WorkflowStatestatic final WorkflowStatestatic final WorkflowStatestatic final Stringstatic final StringFields inherited from class io.nflow.engine.workflow.definition.WorkflowDefinitionallowedTransitions, failureTransitions
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddone(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.WorkflowDefinitiongetAllowedTransitions, getDescription, getErrorState, getFailureTransitions, getInitialState, getMethod, getMethod, getName, getSettings, getState, getStates, getSupportedSignals, getType, isAllowedNextAction, isStartState, permit, permit, registerState, setDescription, setNameMethods inherited from class io.nflow.engine.model.ModelObjectequals, 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- 
StateWorkflowpublic StateWorkflow()
 
- 
- 
Method Details- 
state1
- 
state2
- 
state3
- 
state4public NextAction state4(StateExecution execution, StateWorkflow.Variable variable1, StateWorkflow.Variable variable2) 
- 
state5
- 
done
 
-