| Package | Description |
|---|---|
| io.nflow.engine.internal.workflow | |
| io.nflow.engine.workflow.definition |
Classes and interfaces for describing and implementing workflow definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,WorkflowStateMethod> |
WorkflowDefinitionScanner.getStateMethods(Class<?> definition) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
ObjectStringMapper.createArguments(StateExecution execution,
WorkflowStateMethod method) |
void |
ObjectStringMapper.storeArguments(StateExecution execution,
WorkflowStateMethod method,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowStateMethod |
AbstractWorkflowDefinition.getMethod(String stateName)
Returns the workflow state method for the given state name.
|
| Constructor and Description |
|---|
AbstractWorkflowDefinition(String type,
S initialState,
S errorState,
WorkflowSettings settings,
Map<String,WorkflowStateMethod> stateMethods) |
Copyright © 2014–2020 Nitor Creations. All rights reserved.