| Interface | Description |
|---|---|
| NodeExecutionContext |
NodeExecutionContext supports node-specific context data
|
| NodeStepExecutionItem |
NodeStepExecutionItem represents an item to execute as a node step and provides a type.
|
| NodeStepExecutor |
NodeStepExecutor executes a step for a node.
|
| NodeStepResult |
A result of a node step execution
|
| Class | Description |
|---|---|
| NodeStepExecutionService |
NodeStepExecutionService is a provider of NodeStepExecutors, which aggregates a few services together
that provide builtin NodeStepExecutors, and several forms of plugins.
|
| NodeStepResultImpl |
NodeStepResultImpl is ...
|
| Enum | Description |
|---|---|
| NodeStepFailureReason |
Failure reasons for node steps
|
| Exception | Description |
|---|---|
| NodeStepException |
Represents an exception when executing a node step
|