@NonNullApi
See: Description
| Interface | Description |
|---|---|
| FlowExecutionAggregator |
Strategy interface for aggregating
FlowExecution instances into a
single exit status. |
| Class | Description |
|---|---|
| AbstractState | |
| DecisionState |
State that requires a decider to make the status decision.
|
| EndState |
State implementation for ending a job if it is in progress and
continuing if just starting. |
| FlowState |
State that delegates to a Flow
|
| MaxValueFlowExecutionAggregator |
Implementation of the
FlowExecutionAggregator interface that aggregates
FlowExecutionStatus', using the status with the high precedence as the
aggregate status. |
| SplitState | |
| StepState |