Executes a target flow. If execution is failed except on {@link ExecutionPhase#SETUP setup}, {@link ExecutionPhase#FINALIZE finalize}, or {@link ExecutionPhase#CLEANUP cleanup}, then the {@code finalize} phase will be executed for recoverybefore the target flow execution is aborted. Execution ID for each flow will automatically generated.
@param batchId target batch ID
@throws InterruptedException if interrupted during this execution
@throws IOException if failed to execute target batch
@throws IllegalArgumentException if some parameters were {@code null}
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.