| Interface | Description |
|---|---|
| FailureReason |
A base interface for enum failure reasons, implementations should provide a toString implementation
returning a single word reason.
|
| StepExecutionResult |
StepExecutionResult is ...
|
| StepExecutor |
StepExecutor is ...
|
| Class | Description |
|---|---|
| NodeDispatchStepExecutor |
NodeDispatchStepExecutor dispatches the step execution item to all nodes, via the ExecutionService
|
| PluginStepContextImpl |
PluginStepContextImpl is ...
|
| StepExecutionResultImpl |
StepExecutionResultImpl is ...
|
| StepExecutionService |
StepExecutionService can provide executors for workflow steps.
|
| Enum | Description |
|---|---|
| StepFailureReason |
Failure causes for workflow steps
|
| Exception | Description |
|---|---|
| StepException |
StepException is ...
|