See: Description
| Interface | Description |
|---|---|
| StateExecution |
Provides access to workflow instance information.
|
| WorkflowState |
Provides access to the workflow state information.
|
| Class | Description |
|---|---|
| AbstractWorkflowDefinition<S extends WorkflowState> |
The base class for all workflow definitions.
|
| Mutable<T> |
Wrapper class to provide mutable object for immutable value.
|
| NextAction | |
| WorkflowDefinition<S extends Enum<S> & WorkflowState> |
The base class for enum based workflow definitions.
|
| WorkflowDefinitionStatistics | |
| WorkflowSettings |
Configuration for the workflow execution.
|
| WorkflowSettings.Builder |
Builder for workflow settings.
|
| Enum | Description |
|---|---|
| WorkflowStateType |
Workflow state types.
|
| Annotation Type | Description |
|---|---|
| StateVar |
Used for state handler method parameters.
|
Copyright © 2014–2017 Nitor Creations. All rights reserved.