-**EOExecutor** wraps the entire pipeline process together by executing a **EOWorkflow** as many times as required, each time with different user-defined input parameters. The executions can be parallel or consecutive. During each execution process it monitors the progress, saves log files and catches any possible pipeline breaking errors. At the end it can produce a report with all information about executions. It provides an easy way to track when something was processed and how to repeat the process with exactly the same parameters.
0 commit comments