This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/master by this push:
new fbfc542230 Update workflow-executor.adoc
new 86bcd8b59d Merge pull request #3225 from Mattang-Dan/patch-14
fbfc542230 is described below
commit fbfc5422300694ccee25b04fea23f94f2f7f04bf
Author: Mattang-Dan <[email protected]>
AuthorDate: Thu Sep 14 05:13:34 2023 -0700
Update workflow-executor.adoc
Updated the Usage section
---
.../modules/ROOT/pages/pipeline/transforms/workflow-executor.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/workflow-executor.adoc
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/workflow-executor.adoc
index 1c0f857d07..16b16eb059 100644
---
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/workflow-executor.adoc
+++
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/workflow-executor.adoc
@@ -40,9 +40,9 @@ The Workflow Executor transform execute a Hop workflow from
within a pipeline.
== Usage
-By default, the specified workflow will be executed once for each input row.
+By default, the specified workflow will be executed once for each input row
(this can be changed in the Row Grouping tab).
-This row can be used to set parameters and variables and it is passed to the
workflow in the form of a result row.
+Fields from the data row(s) can be used to set parameters and variables and it
is passed to the workflow in the form of a result row. Remember that all
parameters must be defined at least once in each pipeline or workflow (Edit
pipeline/workflow properties). You are passing a parameter when you send a
field/parameter/variable to a workflow executor from the Parameters tab.
You can also allow a group of records to be passed based on the value in a
field (when the value changes the workflow is executed) or on time. In these
cases, the first row of the group or rows is used to set parameters or
variables in the workflow.