Class JsrSplitState

  • All Implemented Interfaces:
    FlowHolder, State

    public class JsrSplitState
    extends SplitState
    JSR-352 states that artifacts cannot set the ExitStatus from within a split for a job. Because of this, this state will reset the exit status once the flows have completed (prior to aggregation of the results).
    Since:
    3.0
    Author:
    Michael Minella
    • Constructor Detail

      • JsrSplitState

        public JsrSplitState​(java.util.Collection<Flow> flows,
                             java.lang.String name)
        Parameters:
        flows - Flows to be executed in parallel
        name - the name to be associated with the split state.