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 d5199f8d55 Update repeat.adoc
new c95e28024f Merge pull request #3377 from Mattang-Dan/patch-42
d5199f8d55 is described below
commit d5199f8d5555b290611b8ec10f50b7d7dd97ea07
Author: Mattang-Dan <[email protected]>
AuthorDate: Fri Nov 10 12:10:32 2023 -0800
Update repeat.adoc
---
docs/hop-user-manual/modules/ROOT/pages/workflow/actions/repeat.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/repeat.adoc
b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/repeat.adoc
index 1644c346a8..f90bf1b7c5 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/repeat.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/repeat.adoc
@@ -66,5 +66,7 @@ The samples project example: ``/loops/repeat-action.hwf`` and
``child-check-set-
The values can contain variables themselves which will be resolved before
every iteration.
If the option ```Keep variable values after execution``` is set we evaluate
the expression only once before the first execution of the file.
+To send Parameters to a Repeat Action, set the parameters/variables name and
Value columns. Value can be hard-coded or reference a parameter/variable name.
Parameters do not automatically flow through a Repeat Action.
+
|===