public class JsrSplitState extends SplitState
Constructor and Description |
---|
JsrSplitState(java.util.Collection<Flow> flows,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
protected FlowExecutionStatus |
doAggregation(java.util.Collection<FlowExecution> results,
FlowExecutor executor)
Resets the
JobExecution 's exit status before aggregating the results of the flows within
the split. |
getFlows, handle, isEndState, setTaskExecutor
getName, toString
protected FlowExecutionStatus doAggregation(java.util.Collection<FlowExecution> results, FlowExecutor executor)
JobExecution
's exit status before aggregating the results of the flows within
the split.doAggregation
in class SplitState
results
- the FlowExecution
s from each of the flows executed within this splitexecutor
- the FlowExecutor
used to execute the flows