Skip to content

Commit e6ca2ed

Browse files
committed
minor readme update
1 parent 40d3dfd commit e6ca2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ Under the hood the **EOWorkflow** builds a directed acyclic graph (in case user
6464

6565
### EOExecutor
6666

67-
**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.
67+
**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 **EOExecutor** 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

Comments
 (0)